Skip to content

Commit

Permalink
[Remove] Debug output of AppRouter
Browse files Browse the repository at this point in the history
  • Loading branch information
Raffy23 committed Feb 26, 2018
1 parent f8999fd commit 11c3678
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,6 @@ object AppRouter {
val router = new Navigo(root = s"${dom.window.location.protocol}//${dom.window.location.host}")

def addRoute(page: Page, path: String, layout: Layout): Unit = {
println(page + ", " + path + ", " + layout)

routes.put(page, (path,layout))
router.on(
path,
Expand Down

0 comments on commit 11c3678

Please sign in to comment.