diff --git a/src/caoscrawler/identifiable.py b/src/caoscrawler/identifiable.py
index 3114abc4a9594d93933c344ed7b9b7ebc22ad811..edab85d38c29ccad5e3a250d45fc9a2b7c701182 100644
--- a/src/caoscrawler/identifiable.py
+++ b/src/caoscrawler/identifiable.py
@@ -94,8 +94,6 @@ class Identifiable():
 
         if value is None:
             return "None"
-        elif isinstance(value, db.File):  # TODO
-            return str(value.path)
         elif isinstance(value, SyncNode):
             if value.id is not None:
                 return str(value.id)