Skip to content

Commit 6315ebd

Browse files
authored
Remove random print (fortra#1897)
1 parent 61f6a9e commit 6315ebd

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

impacket/smb3.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1819,9 +1819,6 @@ def listPath(self, shareName, path, password = None):
18191819
if (e.get_error_code()) != STATUS_NO_MORE_FILES:
18201820
raise
18211821
break
1822-
except Exception as e:
1823-
print(str(e))
1824-
raise
18251822
finally:
18261823
if fileId is not None:
18271824
self.close(treeId, fileId)

0 commit comments

Comments
 (0)