Skip to content

Commit 006dba2

Browse files
authored
remove debug line
1 parent 2dcf70e commit 006dba2

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

dpdispatcher/ssh_context.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -282,7 +282,6 @@ def _walk_directory(self, files, work_path, file_list, directory_list):
282282
for name in files:
283283
file_list.append(os.path.join(root, name))
284284
elif glob(file_name):
285-
print(file_name)
286285
# If the file name contains a wildcard, os.path functions will fail to identify it. Use glob to get the complete list of filenames which match the wildcard.
287286
abs_file_list = glob(file_name)
288287
rel_file_list = [os.path.relpath(ii, start=work_path) for ii in abs_file_list]

0 commit comments

Comments
 (0)