core: Remove leftover debug print

This commit is contained in:
Colin Walters 2012-05-25 09:55:10 -04:00
parent 14a597131b
commit 9c27f1de99

View File

@ -821,8 +821,6 @@ fetch_and_store_commit_metadata_recurse (OtPullData *pull_data,
{
ot_lfree char *checksum = ostree_checksum_from_bytes_v (parent_csum_v);
g_printerr ("Acquring parent %s of %s\n", checksum, rev);
if (!fetch_and_store_commit_metadata_recurse (pull_data, parent_depth + 1,
0, checksum,
cancellable, error))