Remove debug print
This commit is contained in:
parent
28ca313268
commit
765ef00022
@ -152,7 +152,6 @@ class Node(object):
|
|||||||
(self.node_id, self.ip, os.path.basename(f)))
|
(self.node_id, self.ip, os.path.basename(f)))
|
||||||
logging.info('outfile: %s' % dfile)
|
logging.info('outfile: %s' % dfile)
|
||||||
self.mapcmds[os.path.basename(f)] = dfile
|
self.mapcmds[os.path.basename(f)] = dfile
|
||||||
print(self.mapcmds)
|
|
||||||
if not fake:
|
if not fake:
|
||||||
try:
|
try:
|
||||||
with open(dfile, 'w') as df:
|
with open(dfile, 'w') as df:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user