removed debug output to speedup code commit
authorDobrica Pavlinusic <dpavlin@rot13.org>
Thu, 24 Jun 2010 22:54:17 +0000 (00:54 +0200)
committerDobrica Pavlinusic <dpavlin@rot13.org>
Thu, 24 Jun 2010 22:54:17 +0000 (00:54 +0200)
lib/MojoFacets/Data.pm

index 761ded7..0560587 100644 (file)
@@ -560,8 +560,7 @@ sub __commit_path_code {
                $$commit_changed->{$_}++;
                $loaded->{$path}->{data}->{items}->[$i]->{$_} = $update->{$_};
        }
-       warn "XX ",dump( $loaded->{$path}->{data}->{items}->[$i] );
-       warn "__commit_path_code $path ",dump( $update );
+       #warn "__commit_path_code $path $i ",dump( $update );
 }
 
 sub items {