diff --git a/src/bitmessageqt/support.py b/src/bitmessageqt/support.py index a1c5977a..7e9fec78 100644 --- a/src/bitmessageqt/support.py +++ b/src/bitmessageqt/support.py @@ -88,7 +88,6 @@ def createSupportMessage(myapp): version = softwareVersion githeadfile = path.join(paths.codePath(), '..', '.git', 'ORIG_HEAD') - print "GITHEADFILE %s" % (githeadfile) if (path.isfile(githeadfile)): try: with open(githeadfile, 'rt') as githead: