Skip to content

Commit

Permalink
Remove random print (#1897)
Browse files Browse the repository at this point in the history
  • Loading branch information
NeffIsBack authored Feb 20, 2025
1 parent 61f6a9e commit 6315ebd
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions impacket/smb3.py
Original file line number Diff line number Diff line change
Expand Up @@ -1819,9 +1819,6 @@ def listPath(self, shareName, path, password = None):
if (e.get_error_code()) != STATUS_NO_MORE_FILES:
raise
break
except Exception as e:
print(str(e))
raise
finally:
if fileId is not None:
self.close(treeId, fileId)
Expand Down

0 comments on commit 6315ebd

Please sign in to comment.