- comment a debug msg.

This commit is contained in:
gazebo
2018-07-22 00:20:10 +08:00
parent 413c9def9d
commit b4090f2c41

View File

@@ -90,7 +90,7 @@ func (a *API) SetToken(newToken string) (retVal bool) {
defer a.locker.Unlock()
a.token = newToken
retVal = true
baseapi.SugarLogger.Debugf("elm token changed from %v to %v", curToken, newToken)
// baseapi.SugarLogger.Debugf("elm token changed from %v to %v", curToken, newToken)
}
return retVal
}