ostree-repo-traverse: Remove an accidental print statement

Closes: #594
Approved by: jlebon
This commit is contained in:
Jasper St. Pierre 2016-11-23 13:52:39 -08:00 committed by Atomic Bot
parent 7584dc0f25
commit 70d140d61c
1 changed files with 1 additions and 1 deletions

View File

@ -407,7 +407,7 @@ traverse_dirtree (OstreeRepo *repo,
if (ignore_missing_dirs && if (ignore_missing_dirs &&
g_error_matches (local_error, G_IO_ERROR, G_IO_ERROR_NOT_FOUND)) g_error_matches (local_error, G_IO_ERROR, G_IO_ERROR_NOT_FOUND))
{ {
g_print ("Ignoring not-found dirmeta %s", checksum); g_debug ("Ignoring not-found dirmeta %s", checksum);
ret = TRUE; ret = TRUE;
} }
else else