summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnton Khirnov <anton@khirnov.net>2014-07-08 09:23:48 +0200
committerAnton Khirnov <anton@khirnov.net>2014-07-08 09:23:48 +0200
commitbd0001d1b29015a98c44a59f5d26c99846fc4876 (patch)
tree081354ccca19b8c082dc55ac3a0452f882d0e6e5
parent71c61fa63f1782a343fd797d6848d29ab7472c69 (diff)
Drop debugging output from the python scripts
-rwxr-xr-xscripts/calc_desk.py2
-rwxr-xr-xscripts/goto_desk_page.py2
2 files changed, 0 insertions, 4 deletions
diff --git a/scripts/calc_desk.py b/scripts/calc_desk.py
index 06e1b71..b6812d8 100755
--- a/scripts/calc_desk.py
+++ b/scripts/calc_desk.py
@@ -11,8 +11,6 @@ def exit_usage():
if len(sys.argv) < 5:
exit_usage()
-sys.stderr.write(str(sys.argv) + '\n')
-
curdesk = int(sys.argv[1])
mode = sys.argv[2]
min = int(sys.argv[3])
diff --git a/scripts/goto_desk_page.py b/scripts/goto_desk_page.py
index 920635e..3c0790b 100755
--- a/scripts/goto_desk_page.py
+++ b/scripts/goto_desk_page.py
@@ -12,8 +12,6 @@ def exit_usage():
if len(sys.argv) < 4:
exit_usage()
-sys.stderr.write(str(sys.argv) + '\n')
-
desknum = int(sys.argv[1])
pagenum = sys.argv[2]
curpage = int(sys.argv[3])