Commit 86220215 by Aino Leppänen

removed console log

1 parent c132de9b
Showing with 1 additions and 5 deletions
......@@ -36,8 +36,4 @@ import { LoginComponent } from './pages/login/login.component';
providers: [CacheService],
bootstrap: [AppComponent]
})
export class AppModule {
constructor(router: Router) {
console.log('Routes: ', JSON.stringify(router.config, undefined, 2));
}
}
export class AppModule {}
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!