From: Ralf Ertzinger Date: Sat, 3 Sep 2011 22:09:57 +0000 (+0200) Subject: Base: remove debugging code accidentially left in X-Git-Url: https://git.camperquake.de/gitweb.cgi?p=videosite.git;a=commitdiff_plain;h=c5b3d8327f58f02ce2cdcfba5742a4ca4fa2994d Base: remove debugging code accidentially left in --- diff --git a/videosite/Base.pm b/videosite/Base.pm index e271253..5381911 100644 --- a/videosite/Base.pm +++ b/videosite/Base.pm @@ -217,8 +217,6 @@ sub ua { } } - print Dumper($ua); - return $ua; }