Skip to content

Commit

Permalink
fix: remove log (#281)
Browse files Browse the repository at this point in the history
* fix: remove log

* remove comment
  • Loading branch information
wass3r authored Feb 10, 2021
1 parent f01ebe7 commit 6da7bfe
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions api/login.go
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,6 @@ func Login(c *gin.Context) {

logrus.Debugf("cli login request, setting redirect to: %s", r)
}

logrus.Debug("cli login request, but port was not defined")
}

// if we a redirecting to non-default destination,
Expand Down

0 comments on commit 6da7bfe

Please sign in to comment.