Base: remove debugging code accidentially left in
authorRalf Ertzinger <ralf@skytale.net>
Sat, 3 Sep 2011 22:09:57 +0000 (00:09 +0200)
committerRalf Ertzinger <ralf@skytale.net>
Sat, 3 Sep 2011 22:09:57 +0000 (00:09 +0200)
videosite/Base.pm

index e271253..5381911 100644 (file)
@@ -217,8 +217,6 @@ sub ua {
         }
     }
 
-    print Dumper($ua);
-
     return $ua;
 }