Skip to content

Commit

Permalink
Item9675: Remove a debugging print statement
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.foswiki.org/branches/Release01x01@9174 0b4bb1d4-4e5a-0410-9cc4-b2b747904278
  • Loading branch information
GeorgeClark authored and GeorgeClark committed Sep 16, 2010
1 parent c859e55 commit 91a36eb
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion core/lib/Foswiki/Engine/CLI.pm
Expand Up @@ -43,7 +43,6 @@ sub run {
push @{ $this->{plist} }, $name
unless exists $this->{params}->{$name};
push @{ $this->{params}->{$name} }, $arg;
print STDERR "Pushed $name, $arg onto parameters \n";
}
else {
$this->{path_info} = $arg; # keep it tainted
Expand Down

0 comments on commit 91a36eb

Please sign in to comment.