Remove extra print

master
Peter Šurda 7 years ago
parent d0b1cbfe1f
commit 93bdc3c800
Signed by untrusted user: PeterSurda
GPG Key ID: 0C5F50C0B5F37D87

@ -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:

Loading…
Cancel
Save