From f7d02d1cd95bbfe5e42c73198bbde73c6ad3b69a Mon Sep 17 00:00:00 2001 From: Dan Goodliffe Date: Sat, 30 Apr 2016 16:05:02 +0100 Subject: Remove ebuild update debug --- gentoobrowse-api/service/maintenance/ebuildMetaProcessor.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gentoobrowse-api/service/maintenance/ebuildMetaProcessor.cpp b/gentoobrowse-api/service/maintenance/ebuildMetaProcessor.cpp index 7d55440..7cbd902 100644 --- a/gentoobrowse-api/service/maintenance/ebuildMetaProcessor.cpp +++ b/gentoobrowse-api/service/maintenance/ebuildMetaProcessor.cpp @@ -65,7 +65,7 @@ namespace Gentoo { m->bindParamS(6, categoryName); m->bindParamS(7, packageName); m->forEachRow([this,dbc,&ecp,&fn] (auto ebuildId, auto newest, auto packageId) { - fprintf(stderr, "Created ebuild %ld for %s (%s)\n", ebuildId, fn.c_str(), newest ? "yes" : "no"); + // fprintf(stderr, "Created ebuild %ld for %s (%s)\n", ebuildId, fn.c_str(), newest ? "yes" : "no"); this->perEbuildUpdates(dbc, ecp, ebuildId, newest, packageId); }); } @@ -87,7 +87,7 @@ namespace Gentoo { m->bindParamS(5, matches.fetch(1)); // package m->bindParamS(6, matches.fetch(2)); // version m->forEachRow([this,dbc,&ecp,&fn] (auto ebuildId, auto newest, auto packageId) { - fprintf(stderr, "Updated ebuild %ld for %s (%s)\n", ebuildId, fn.c_str(), newest ? "yes" : "no"); + // fprintf(stderr, "Updated ebuild %ld for %s (%s)\n", ebuildId, fn.c_str(), newest ? "yes" : "no"); this->perEbuildUpdates(dbc, ecp, ebuildId, newest, packageId); }); } -- cgit v1.2.3