You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@kylin.apache.org by li...@apache.org on 2016/09/03 06:37:42 UTC

[35/50] [abbrv] kylin git commit: KYLIN-1849 remove comment code

KYLIN-1849 remove comment code


Project: http://git-wip-us.apache.org/repos/asf/kylin/repo
Commit: http://git-wip-us.apache.org/repos/asf/kylin/commit/2ed2b381
Tree: http://git-wip-us.apache.org/repos/asf/kylin/tree/2ed2b381
Diff: http://git-wip-us.apache.org/repos/asf/kylin/diff/2ed2b381

Branch: refs/heads/1.5.x-HBase1.x
Commit: 2ed2b381ba0ea67f01b3b33a0720770fa16223ee
Parents: 64005c6
Author: Jason <ji...@163.com>
Authored: Wed Aug 31 14:42:02 2016 +0800
Committer: Jason <ji...@163.com>
Committed: Wed Aug 31 14:42:02 2016 +0800

----------------------------------------------------------------------
 webapp/app/js/controllers/cubes.js | 2 --
 1 file changed, 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/kylin/blob/2ed2b381/webapp/app/js/controllers/cubes.js
----------------------------------------------------------------------
diff --git a/webapp/app/js/controllers/cubes.js b/webapp/app/js/controllers/cubes.js
index 3f125a6..f46953b 100644
--- a/webapp/app/js/controllers/cubes.js
+++ b/webapp/app/js/controllers/cubes.js
@@ -119,13 +119,11 @@ KylinApp.controller('CubesCtrl', function ($scope, $q, $routeParams, $location,
         })
 
         $scope.loading = false;
-        //$scope.listParams.cubeName = '';
         defer.resolve(resp);
         return defer.promise;
 
       },function(resp){
         $scope.loading = false;
-        //$scope.listParams.cubeName = '';
         defer.resolve([]);
         SweetAlert.swal('Oops...', resp, 'error');
         return defer.promise;