projects
/
ikiwiki.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3dce3cc
)
remove debugging dumper code
author
Joey Hess
<joey@kitenet.net>
Mon, 4 Oct 2010 20:56:21 +0000
(16:56 -0400)
committer
Joey Hess
<joey@kitenet.net>
Mon, 4 Oct 2010 20:56:21 +0000
(16:56 -0400)
IkiWiki/Receive.pm
patch
|
blob
|
history
diff --git
a/IkiWiki/Receive.pm
b/IkiWiki/Receive.pm
index 2b02da8a3b8e6b0f876202b81b528e36440aab9b..88fb4972571e7013480f943483a73a11e5b9a93d 100644
(file)
--- a/
IkiWiki/Receive.pm
+++ b/
IkiWiki/Receive.pm
@@
-116,10
+116,6
@@
sub test_changes {
IkiWiki::check_canedit($file, $cgi, $session);
next;
}
- else {
- use Data::Dumper;
- die "fall through test_changes add: " . Data::Dumper::Dumper($change);
- }
}
}
elsif ($change->{action} eq 'remove') {