diff options
author | Vidhu Kant Sharma <vidhukant@vidhukant.xyz> | 2023-02-02 23:19:27 +0530 |
---|---|---|
committer | Vidhu Kant Sharma <vidhukant@vidhukant.xyz> | 2023-02-02 23:19:27 +0530 |
commit | 29b4823685dc79a5b180116a116c99c6f2408033 (patch) | |
tree | e083728eb4a0a9b34ef2934176d3264eacbc0455 /auth | |
parent | 9534771936b88675c2bec251c3e0369853409380 (diff) |
not printing Client ID while logging in
Diffstat (limited to 'auth')
-rw-r--r-- | auth/auth.go | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/auth/auth.go b/auth/auth.go index 4ff5b82..b75c392 100644 --- a/auth/auth.go +++ b/auth/auth.go @@ -35,7 +35,6 @@ var serviceName string = "macli" var userName string func init() { - fmt.Println(VendoredClientId) // get user and set username currentUser, err := user.Current() if err != nil { |