Skip to content

Commit

Permalink
remove debug point
Browse files Browse the repository at this point in the history
  • Loading branch information
naaya17 committed Sep 12, 2020
1 parent b0737f8 commit 7d89820
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions tools/storage_media_tool.py
Original file line number Diff line number Diff line change
Expand Up @@ -868,10 +868,6 @@ def _InsertFileInfo(self, file_entry, parent_id = 0):
# NTFS
if attribute.info.type in definitions.ATTRIBUTE_TYPES_TO_ANALYZE:

#file._file_id = tsk_file.info.meta.addr
if file._file_id in [129059, 129095, 129232, 129272, 129732, 129762, 138891, 139168, 142751,
144116, 151577, 173087, 173346, 176877, 176910, 183408]:
print("asdf")
file._inode = [lambda: "{0:d}".format(tsk_file.info.meta.addr),
lambda: "{0:d}-{1:d}-{2:d}".format(tsk_file.info.meta.addr, int(attribute.info.type), attribute.info.id)] \
[tsk_file.info.fs_info.ftype in [definitions.TSK_FS_TYPE_NTFS, definitions.TSK_FS_TYPE_NTFS_DETECT]]()
Expand Down

0 comments on commit 7d89820

Please sign in to comment.