Rev 99: Remove the debug printing. in http://bazaar.launchpad.net/%7Ebzr/bzr-groupcompress/rabin
John Arbash Meinel
john at arbash-meinel.com
Tue Mar 3 21:42:47 GMT 2009
At http://bazaar.launchpad.net/%7Ebzr/bzr-groupcompress/rabin
------------------------------------------------------------
revno: 99
revision-id: john at arbash-meinel.com-20090303214221-ea1e84bkmi22yfgk
parent: john at arbash-meinel.com-20090303212302-lemyfgzfyq0l7ojl
committer: John Arbash Meinel <john at arbash-meinel.com>
branch nick: rabin
timestamp: Tue 2009-03-03 15:42:21 -0600
message:
Remove the debug printing.
-------------- next part --------------
=== modified file 'diff-delta.c'
--- a/diff-delta.c 2009-03-03 21:23:02 +0000
+++ b/diff-delta.c 2009-03-03 21:42:21 +0000
@@ -11,7 +11,6 @@
* published by the Free Software Foundation.
*/
-#include <stdio.h>
#include "delta.h"
#include <assert.h>
@@ -359,8 +358,6 @@
bytes_copied += (total_copy * sizeof(struct index_entry));
num_ops += 1;
}
- fprintf(stderr, "copied %d records (%d bytes) in %d ops, inserted %d\n",
- old->num_entries, bytes_copied, num_ops, num_entries);
/* Sentinel value to indicate the length of the last hash bucket */
packed_hash[hsize] = packed_entry;
More information about the bazaar-commits
mailing list