Remove superfluous print statement
This commit is contained in:
parent
4a24640666
commit
326dc3655e
@ -915,7 +915,6 @@ class Playlist(QTableWidget):
|
|||||||
name = f"playlist_col_{str(column)}_width"
|
name = f"playlist_col_{str(column)}_width"
|
||||||
record = Settings.get_int(name)
|
record = Settings.get_int(name)
|
||||||
if record.f_int is not None:
|
if record.f_int is not None:
|
||||||
print("setting column width")
|
|
||||||
self.setColumnWidth(column, record.f_int)
|
self.setColumnWidth(column, record.f_int)
|
||||||
|
|
||||||
def _set_row_bold(self, row, bold=True):
|
def _set_row_bold(self, row, bold=True):
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user