This is an automated email from the ASF dual-hosted git repository.

ccollins pushed a commit to branch 1_1_0_dev
in repository https://gitbox.apache.org/repos/asf/mynewt-newtmgr.git

commit bc7c0cd86529fb1ce6c046e13fad9152b337a982
Author: Christopher Collins <ccoll...@apache.org>
AuthorDate: Fri Aug 11 11:48:37 2017 -0700

    Revert "uncomment accidental comment on unix/mac build"
    
    This reverts commit da66ea8746c134042dbcf2b1a2747d4f9e03d6d6.
    
    I accidentally pushed this commit to the 1_1_0_dev branch.
---
 newtmgr/bll/bll_common.go | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/newtmgr/bll/bll_common.go b/newtmgr/bll/bll_common.go
index 1e8933a..5455d58 100644
--- a/newtmgr/bll/bll_common.go
+++ b/newtmgr/bll/bll_common.go
@@ -25,8 +25,8 @@ import (
        "runtime"
        "time"
 
-       "github.com/Sirupsen/logrus"
-       "github.com/currantlabs/ble"
+       log "github.com/Sirupsen/logrus"
+       //"github.com/currantlabs/ble"
 
        "mynewt.apache.org/newtmgr/nmxact/bledefs"
 )

-- 
To stop receiving notification emails like this one, please contact
"commits@mynewt.apache.org" <commits@mynewt.apache.org>.

Reply via email to