[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [OSSTEST PATCH 03/60] history reporting: Delete two debug prints
These are going to become invalid and I don't think it's important to save them. Signed-off-by: Ian Jackson <ian.jackson@xxxxxxxxxxxxx> --- sg-report-host-history | 2 -- 1 file changed, 2 deletions(-) diff --git a/sg-report-host-history b/sg-report-host-history index 50cc5b58..4c0022e8 100755 --- a/sg-report-host-history +++ b/sg-report-host-history @@ -102,9 +102,7 @@ sub read_existing_logs ($) { my $k = $1; s{\%([0-9a-f]{2})}{ chr hex $1 }ge; $ch->{$k} = $_; -# print DEBUG "GOTCACHE $hostname $k\n"; } -# print DEBUG "GOTCACHE $hostname \@ $jr->{flight} $jr->{job} $jr->{status},$jr->{name}\n"; $cache{$jr->{flight},$jr->{job},$jr->{status},$jr->{name}} = $jr; } close H; -- 2.11.0
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |