summaryrefslogtreecommitdiff
path: root/static
diff options
context:
space:
mode:
authorMichaël Ball <michael.ball@gmail.com>2018-05-28 17:23:01 +0100
committerMichaël Ball <michael.ball@gmail.com>2018-05-28 17:23:01 +0100
commit2248b7a871bfeeca3975d573dba723a5847846cc (patch)
treec04e47a5edc26eb6ecb08c7b162379f74832fafa /static
parent3d0bf539ca2909ebf1719d3e35afc778d69358dc (diff)
Latest changeslocal/subsonic-api
Diffstat (limited to 'static')
-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
});