summaryrefslogtreecommitdiffstats
path: root/dash
diff options
context:
space:
mode:
Diffstat (limited to 'dash')
-rw-r--r--dash/pages/satellites.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/dash/pages/satellites.py b/dash/pages/satellites.py
index 0b02f5e..ba607ba 100644
--- a/dash/pages/satellites.py
+++ b/dash/pages/satellites.py
@@ -46,7 +46,6 @@ def layout():
Output('satellites-table', 'data'),
[Input('satellites-table', "sort_by")])
def load_table(sort):
- print(sort)
dbcon = db.getConnection()
cursor = dbcon.cursor()
@@ -65,7 +64,6 @@ def load_table(sort):
}
sortstr = 'ORDER BY ' + mappings[sort[0]['column_id']] + ' '
sortstr += 'ASC' if sort[0]['direction'] == 'asc' else ' DESC'
- print(sortstr)
cursor.execute("""
SELECT