Remove debug statement

This commit is contained in:
Eelco Dolstra 2013-02-20 18:22:06 +01:00
parent 78250581ed
commit 85e3f69cdd

View file

@ -29,7 +29,6 @@ sub getChannelData {
$c->stash->{systemForPath}->{$outPath} = $build->system;
};
print STDERR @storePaths, "\n";
$c->stash->{storePaths} = [@storePaths];
}