]> sipb.mit.edu Git - ikiwiki.git/commitdiff
remove debug message
authorJoey Hess <joey@kodama.kitenet.net>
Tue, 29 Jan 2008 03:47:43 +0000 (22:47 -0500)
committerJoey Hess <joey@kodama.kitenet.net>
Tue, 29 Jan 2008 03:47:43 +0000 (22:47 -0500)
This can legitimately happen when there's a simple merge.

IkiWiki/Rcs/git.pm

index 80ffdced26b3318a08a3d469effac42fab33ee29..271104f3e624059b131046ad02db1059efd91b9c 100644 (file)
@@ -247,8 +247,6 @@ sub _parse_diff_tree ($@) { #{{{
                last;
        }
 
-       debug("No detail in diff-tree output") if !defined $ci{'details'};
-
        return \%ci;
 } #}}}