summaryrefslogtreecommitdiff
path: root/static/scripts/app/controllers.js
diff options
context:
space:
mode:
Diffstat (limited to 'static/scripts/app/controllers.js')
-rw-r--r--static/scripts/app/controllers.js1
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
});