Skip to content

Commit

Permalink
remove println
Browse files Browse the repository at this point in the history
  • Loading branch information
chandu0101 committed May 14, 2017
1 parent 1e65d05 commit 3c9eb98
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/main/scala/sri/web/router/RouteUtils.scala
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ object RouteUtils {
// first check in static routes
val pathname =
if (loc.pathname == "/") "/" else loc.pathname.removeTrailingSlash
println(s"pathname : $pathname")
val sr = ctrl.config.staticRoutes.find {
case (sccrenKey, route) => route.path == pathname
}
Expand Down

0 comments on commit 3c9eb98

Please sign in to comment.