Remove extra print
This commit is contained in:
parent
d0b1cbfe1f
commit
93bdc3c800
|
@ -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…
Reference in New Issue
Block a user