diff options
| author | schneefux <schneefux+commit@schneefux.xyz> | 2014-09-11 13:48:49 +0200 |
|---|---|---|
| committer | schneefux <schneefux+commit@schneefux.xyz> | 2014-09-11 10:41:15 -0400 |
| commit | de094912cd630616634a645977990a9b3fb99665 (patch) | |
| tree | 7f23da07ea10d28bcddc8ed14c18d3bba1576bdc /jasper.py | |
| parent | c5fa3daa2be976573e3aed0246659a15e963eabe (diff) | |
| download | jasper-client-de094912cd630616634a645977990a9b3fb99665.tar.gz jasper-client-de094912cd630616634a645977990a9b3fb99665.zip | |
Remove prints
Diffstat (limited to 'jasper.py')
| -rwxr-xr-x | jasper.py | 4 |
1 files changed, 1 insertions, 3 deletions
@@ -2,9 +2,7 @@ import os import sys -print __package__ -print __file__ -print sys.path + # Set $JASPER_HOME jasper_home = os.getenv("JASPER_HOME") if not jasper_home or not os.path.exists(jasper_home): |
