mirror of
https://git.yoctoproject.org/poky
synced 2026-02-20 08:29:42 +01:00
buildstats.bbclass: Remove unneeded debug output
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
@@ -80,7 +80,6 @@ python run_buildstats () {
|
||||
pass
|
||||
set_bn(e)
|
||||
bn = get_bn(e)
|
||||
bb.warn(bn)
|
||||
bsdir = os.path.join(bb.data.getVar('BUILDSTATS_BASE', e.data, True), bn)
|
||||
try:
|
||||
bb.mkdirhier(bsdir)
|
||||
|
||||
Reference in New Issue
Block a user