From cb7c0b3dd69c67c6b8fe3e7ef34cb1076cc428b2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pavel=20=C5=A0imerda?= Date: Thu, 12 Jan 2012 17:34:54 +0100 Subject: [PATCH] Removed useless debugging message. --- invoice | 1 - 1 file changed, 1 deletion(-) diff --git a/invoice b/invoice index cae7284..41704e4 100755 --- a/invoice +++ b/invoice @@ -4,7 +4,6 @@ import os, sys base_dir = sys.path[0] sys.path[0] = os.path.join(base_dir, "lib") -print(sys.path) import invoice.cli if __name__ == '__main__':