forgot to take that out

This commit is contained in:
raz-varren 2016-08-08 18:04:48 -07:00
parent 1877a4f174
commit 633e423a87

View File

@ -43,7 +43,7 @@ func (c *perRPCCreds) GetRequestMetadata(ctx context.Context, uri ...string) (ma
c.tokenStr = tok
c.l.Unlock()
log.Info.Println("token refreshed:", tok)
log.Info.Println("token refreshed")
}
meta["authorization"] = "Bearer " + tok