Remove extra print

This commit is contained in:
Peter Šurda 2017-01-13 12:32:26 +01:00
parent d0b1cbfe1f
commit 93bdc3c800
Signed by untrusted user: PeterSurda
GPG Key ID: 0C5F50C0B5F37D87
1 changed files with 0 additions and 1 deletions

View File

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