removed debug output

This commit is contained in:
David Puglielli 2018-07-12 17:01:45 -07:00
parent a18a59b581
commit cb7897761b

View file

@ -196,7 +196,6 @@ class BuildDriver(object):
print('Build Completed')
except:
print('Something went wrong, launching log file', logfile)
print(open(logfile, 'r').read())
# display log file only when not testing
if not self.testing:
os.startfile(os.path.join(root_dir, 'php-sdk', logfile))