mirror of
https://github.com/Poniverse/Pony.fm.git
synced 2024-11-25 14:37:59 +01:00
Removed extraneous console.log statement.
This commit is contained in:
parent
32a3b07f55
commit
b38026b218
1 changed files with 0 additions and 1 deletions
|
@ -73,7 +73,6 @@ module.exports = angular.module('ponyfm').controller "tracks", [
|
|||
$scope.pageSelectorShown = false
|
||||
|
||||
$scope.gotoPage = (page) ->
|
||||
console.log(page)
|
||||
$state.transitionTo 'content.tracks.list', {filter: $state.params.filter, page: page}
|
||||
|
||||
$scope.showPageSelector = () ->
|
||||
|
|
Loading…
Reference in a new issue