diff options
author | Michaël Ball <michael.ball@gmail.com> | 2018-05-28 17:23:01 +0100 |
---|---|---|
committer | Michaël Ball <michael.ball@gmail.com> | 2018-05-28 17:23:01 +0100 |
commit | 2248b7a871bfeeca3975d573dba723a5847846cc (patch) | |
tree | c04e47a5edc26eb6ecb08c7b162379f74832fafa /static/scripts/app/controllers.js | |
parent | 3d0bf539ca2909ebf1719d3e35afc778d69358dc (diff) |
Latest changeslocal/subsonic-api
Diffstat (limited to 'static/scripts/app/controllers.js')
-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 }); |