Skip to content

Commit

Permalink
change level; remove debug string
Browse files Browse the repository at this point in the history
  • Loading branch information
fcuny committed Oct 7, 2010
1 parent 743dfee commit 470d964
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
4 changes: 2 additions & 2 deletions lib/jitterbug/Hook.pm
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ post '/' => sub {
);
}
catch {
debug($_);
error($_);
};

try {
Expand All @@ -76,7 +76,7 @@ post '/' => sub {
}
);
}catch{
debug($_);
error($_);
};

debug("hook accepted");
Expand Down
1 change: 0 additions & 1 deletion lib/jitterbug/Plugin/Template.pm
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ add_hook(
sub {
my $tokens = shift;
$tokens->{uri_base} = request->base;
print "on a " . $tokens->{uri_base} . "\n";
}
);

Expand Down

0 comments on commit 470d964

Please sign in to comment.