grim/port-authority

remove a console.out
develop
2014-12-08, Gary Kramlich
0f9437b5f227
Parents b01391e90244
Children 9d4ebf964c18
remove a console.out
  • +0 -1
    js/app.js
  • --- a/js/app.js Mon Dec 08 01:26:59 2014 -0600
    +++ b/js/app.js Mon Dec 08 01:28:30 2014 -0600
    @@ -79,7 +79,6 @@
    $scope.tags = {};
    for(var ntag in data) {
    var tag = data[ntag];
    - console.log(tag);
    $scope.tags[tag.layer] = $scope.tags[tag.layer] || [];
    $scope.tags[tag.layer].push(tag.name);