You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mynewt.apache.org by cc...@apache.org on 2016/09/30 20:56:38 UTC

incubator-mynewt-newt git commit: newt - Remove accidental debug logging.

Repository: incubator-mynewt-newt
Updated Branches:
  refs/heads/develop ef9340a00 -> 4cf37b0b0


newt - Remove accidental debug logging.


Project: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-newt/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-newt/commit/4cf37b0b
Tree: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-newt/tree/4cf37b0b
Diff: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-newt/diff/4cf37b0b

Branch: refs/heads/develop
Commit: 4cf37b0b0bc7ef8fc308d54cacd406a138752681
Parents: ef9340a
Author: Christopher Collins <cc...@apache.org>
Authored: Tue Sep 27 16:57:12 2016 -0700
Committer: Christopher Collins <cc...@apache.org>
Committed: Tue Sep 27 16:57:12 2016 -0700

----------------------------------------------------------------------
 newt/builder/build.go | 1 -
 1 file changed, 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-mynewt-newt/blob/4cf37b0b/newt/builder/build.go
----------------------------------------------------------------------
diff --git a/newt/builder/build.go b/newt/builder/build.go
index 79b0bca..606e5ff 100644
--- a/newt/builder/build.go
+++ b/newt/builder/build.go
@@ -592,7 +592,6 @@ func (b *Builder) testOwner(p *BuildPackage) *BuildPackage {
 
 		parentPkg := b.pkgWithPath(parentPath)
 		if parentPkg != nil && parentPkg.Type() != pkg.PACKAGE_TYPE_UNITTEST {
-			log.Debugf("OWNER=%s", parentPkg.Name())
 			return parentPkg
 		}