summaryrefslogtreecommitdiffstats
path: root/cobbler/serializer.py
diff options
context:
space:
mode:
Diffstat (limited to 'cobbler/serializer.py')
-rw-r--r--cobbler/serializer.py4
1 files changed, 0 insertions, 4 deletions
diff --git a/cobbler/serializer.py b/cobbler/serializer.py
index 35ff2d9..871aad9 100644
--- a/cobbler/serializer.py
+++ b/cobbler/serializer.py
@@ -55,7 +55,3 @@ def __get_storage_module(collection_type):
else:
return MODULE_CACHE[collection_type]
- # FIXME: this is always fixed currently, and should not be.
- return
-
-