Skip to content

Commit

Permalink
Remove debug print statement
Browse files Browse the repository at this point in the history
Signed-off-by: Walker Crouse <walkercrouse@hotmail.com>
  • Loading branch information
windy1 committed Jan 9, 2017
1 parent 00e02c4 commit cb8acbf
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions app/controllers/Users.scala
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
package controllers

import java.util.Date
import javax.inject.Inject

import db.ModelService
Expand Down Expand Up @@ -92,7 +91,6 @@ class Users @Inject()(fakeUser: FakeUser,
def verify(returnPath: Option[String]) = Authenticated { implicit request =>
val nonce = SingleSignOnConsumer.nonce
this.signOns.add(SignOn(nonce = nonce))
println("returnPath = " + returnPath)
redirectToSso(this.sso.getVerifyUrl(this.baseUrl + returnPath.getOrElse("/"), nonce))
}

Expand Down

0 comments on commit cb8acbf

Please sign in to comment.