Skip to content
This repository was archived by the owner on Mar 4, 2025. It is now read-only.

Commit 70cd24a

Browse files
author
vikasrohit
committed
AS#100297043256582, Move all login to link of Members to accounts.topcoder.com
-- Removed console logs
1 parent 9c70b5e commit 70cd24a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

app/account/account.routes.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@ import angular from 'angular'
2828
},
2929
onEnter: ['$state', '$window', '$stateParams', 'logger',
3030
function($state, $window, $stateParams, logger) {
31-
console.log('onEnter...')
3231
var next = $state.href('dashboard', {}, {absolute: true})
3332
if ($stateParams.next) {
3433
next = decodeURIComponent($stateParams.next)

0 commit comments

Comments
 (0)