Skip to content

Commit

Permalink
remove log.Debug
Browse files Browse the repository at this point in the history
  • Loading branch information
scottzzq committed Oct 16, 2016
1 parent 48691d5 commit b6de17c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion directory/snowflake/gosnowflake.go
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ func (c *Client) client() (*rpc.Client, error) {
// watchWorkerId watch the zk node change.
func (c *Client) watchWorkerId(workerId int64, workerIdStr string) {
workerIdPath := path.Join(zkPath, workerIdStr)
log.Debug("workerIdPath: %s", workerIdPath)
//log.Debug("workerIdPath: %s", workerIdPath)
for {
rpcs, _, watch, err := zkConn.ChildrenW(workerIdPath)
if err != nil {
Expand Down

0 comments on commit b6de17c

Please sign in to comment.