Skip to content

Commit ecb19d9

Browse files
committed
Remove random print
1 parent 168e1ae commit ecb19d9

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

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)