core: Remove leftover debug print
This commit is contained in:
parent
14a597131b
commit
9c27f1de99
|
|
@ -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);
|
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,
|
if (!fetch_and_store_commit_metadata_recurse (pull_data, parent_depth + 1,
|
||||||
0, checksum,
|
0, checksum,
|
||||||
cancellable, error))
|
cancellable, error))
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue