diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-02-16 23:17:59 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-02-16 23:17:59 +0000 |
commit | 107f25a586fc2405cce827eb271041f7c8f903ee (patch) | |
tree | 09a4dfca89200f9ca40d3457d70ac6f8f820a593 | |
parent | d5de6229f81ad2225e2e77341721824197b6d2b0 (diff) | |
download | poky-107f25a586fc2405cce827eb271041f7c8f903ee.tar.gz |
buildstats.bbclass: Remove unneeded debug output
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | meta/classes/buildstats.bbclass | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/meta/classes/buildstats.bbclass b/meta/classes/buildstats.bbclass index 0acf516739..8077035367 100644 --- a/meta/classes/buildstats.bbclass +++ b/meta/classes/buildstats.bbclass | |||
@@ -80,7 +80,6 @@ python run_buildstats () { | |||
80 | pass | 80 | pass |
81 | set_bn(e) | 81 | set_bn(e) |
82 | bn = get_bn(e) | 82 | bn = get_bn(e) |
83 | bb.warn(bn) | ||
84 | bsdir = os.path.join(bb.data.getVar('BUILDSTATS_BASE', e.data, True), bn) | 83 | bsdir = os.path.join(bb.data.getVar('BUILDSTATS_BASE', e.data, True), bn) |
85 | try: | 84 | try: |
86 | bb.mkdirhier(bsdir) | 85 | bb.mkdirhier(bsdir) |