grim/port-authority

turn off debugging
release/0.0.4
2015-01-25, Gary Kramlich
270cb7b3d19b
Parents 4ac509fa01d1
Children 161c8b0171ab
turn off debugging
  • +1 -1
    js/app.js
  • --- a/js/app.js Sun Jan 25 04:35:21 2015 -0600
    +++ b/js/app.js Sun Jan 25 04:35:35 2015 -0600
    @@ -38,7 +38,7 @@
    });
    function ManifestController($scope, manifestREST) {
    - $scope.debug = true;
    + $scope.debug = false;
    $scope.refreshing = false;
    $scope.refreshing_repo = false;
    $scope.registry = "registry.hub.docker.com";