remove unneeded variable
[videosite.git] / videosite / Base.pm
index cf8bafa..efcce5b 100644 (file)
@@ -20,7 +20,6 @@ sub new {
 
 sub error {
     my $self = shift;
-    my @data = @_;
     my $t;
 
     $t = sprintf(shift(@_), @_);