Remove debug print

This commit is contained in:
f3flight 2016-05-03 22:46:08 +00:00
parent 28ca313268
commit 765ef00022

View File

@ -152,7 +152,6 @@ class Node(object):
(self.node_id, self.ip, os.path.basename(f)))
logging.info('outfile: %s' % dfile)
self.mapcmds[os.path.basename(f)] = dfile
print(self.mapcmds)
if not fake:
try:
with open(dfile, 'w') as df: