From 07081a7d8d80665ddaf03da2415eebfc676b05ff Mon Sep 17 00:00:00 2001 From: Peter Gielda Date: Thu, 21 Nov 2019 11:28:38 +0100 Subject: [PATCH] Remove debug. --- sargraph.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/sargraph.py b/sargraph.py index db81147..2552a57 100755 --- a/sargraph.py +++ b/sargraph.py @@ -70,8 +70,6 @@ if len(sys.argv) > 1: sys.exit(1) if cmd == "start": print("Starting sargraph session '%s'" % sid) - print(["screen", "-dmSL", sid, os.path.realpath(__file__)]) - p = subprocess.Popen(["screen", "-dmSL", sid, os.path.realpath(__file__)]) while p.poll() is None: time.sleep(0.1) gpid = 0