diff options
author | Joey Hess <joey@kodama.kitenet.net> | 2008-01-28 22:47:43 -0500 |
---|---|---|
committer | Joey Hess <joey@kodama.kitenet.net> | 2008-01-28 22:47:43 -0500 |
commit | ad4f7bc075d95f96ceed7d46ef401e93dceddfd7 (patch) | |
tree | e6551d33c73d9268baa5c7334c462537a9ece50f /IkiWiki/Rcs | |
parent | 0f95adbd1d33e267b9654c80ef2d38ca06407ecb (diff) |
remove debug message
This can legitimately happen when there's a simple merge.
Diffstat (limited to 'IkiWiki/Rcs')
-rw-r--r-- | IkiWiki/Rcs/git.pm | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/IkiWiki/Rcs/git.pm b/IkiWiki/Rcs/git.pm index 80ffdced2..271104f3e 100644 --- a/IkiWiki/Rcs/git.pm +++ b/IkiWiki/Rcs/git.pm @@ -247,8 +247,6 @@ sub _parse_diff_tree ($@) { #{{{ last; } - debug("No detail in diff-tree output") if !defined $ci{'details'}; - return \%ci; } #}}} |