diff --git a/test/script/tskdbdiff.py b/test/script/tskdbdiff.py index 54236cea62..99acf3ac14 100755 --- a/test/script/tskdbdiff.py +++ b/test/script/tskdbdiff.py @@ -385,9 +385,6 @@ def getAssociatedArtifactType(db_file, artifact_id): info = cur.fetchone() return "File path: " + info[0] + " Artifact Type: " + info[1] - - - def build_id_table(artifact_cursor): """Build the map of object ids to file paths.