diff options
Diffstat (limited to 'static')
-rw-r--r-- | static/scripts/app/controllers.js | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/static/scripts/app/controllers.js b/static/scripts/app/controllers.js index 35340e6..2e41732 100644 --- a/static/scripts/app/controllers.js +++ b/static/scripts/app/controllers.js @@ -66,7 +66,6 @@ mach2Controllers.controller( ArtistAlbums, ArtistTracks ) { - console.log('Am I here?'); $scope.artist = Artist.query({ artistId: $stateParams.artistId }); |