Skip to content
Snippets Groups Projects
Commit 98738bde authored by Pavel Kácha's avatar Pavel Kácha
Browse files

Removed debugging

parent b7d180b7
No related branches found
No related tags found
No related merge requests found
......@@ -33,6 +33,7 @@ def jin():
def debug(s):
return
sys.stderr.write(s)
sys.stderr.write("\n")
sys.stderr.flush()
......@@ -56,9 +57,6 @@ def main(argv=None):
# Windows
clients = ipc.getwin(i3command.command(ipc.TREE))
sortedclients = sorted(clients.values(), key=itemgetter("wsnum", "order"), reverse=True)
sys.stderr.write(str(sortedclients))
sys.stderr.write("\n")
sys.stderr.flush()
out = []
for c in sortedclients:
out.append({
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment