Skip to content

Commit bf68bb6

Browse files
committed
debug print remove
1 parent 2f8aecc commit bf68bb6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

volatility3/framework/symbols/linux/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -207,7 +207,7 @@ def do_get_path(cls, rdentry, rmnt, dentry, vfsmnt) -> Union[None, str]:
207207
# path would be /foo/bar/baz, but bar is missing due to smear the results
208208
# returned here will show /foo//baz. Note the // for the missing dname.
209209
return f"<potentially smeared> {path}"
210-
print(path, inode.i_nlink)
210+
211211
if inode and inode.is_readable() and inode.is_valid() and inode.i_nlink == 0:
212212
path += LinuxUtilities.deleted
213213
return path

0 commit comments

Comments
 (0)