diff --git a/src/modules/unpackfs/main.py b/src/modules/unpackfs/main.py
index 081908faee72fa6dbf9d72fa3c4d45e852f0236c..7823791bf070ac5dd6546391015252f5c1b99d84 100644
--- a/src/modules/unpackfs/main.py
+++ b/src/modules/unpackfs/main.py
@@ -282,7 +282,6 @@ def run():
 
         destination = os.path.abspath(root_mount_point + entry["destination"])
 
-        # Modified for blackPanther OS support (www.blackpantheros.eu)
         if not os.path.exists(source) or (os.path.isdir(source) and platform.dist()[0] != "blackPanther"): 
             return "Bad source", "source=\"{}\"".format(source)