You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@kylin.apache.org by nj...@apache.org on 2016/04/18 08:35:08 UTC

[26/50] kylin git commit: KYLIN-1349 clean code in data model page

KYLIN-1349 clean code in data model page


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

Branch: refs/heads/1.4-rc
Commit: 6b84c634fb2f829bb1e08a870356c4acdf5eafbb
Parents: 97c18ef
Author: janzhongi <ji...@ebay.com>
Authored: Thu Feb 25 14:29:26 2016 +0800
Committer: janzhongi <ji...@ebay.com>
Committed: Thu Feb 25 14:29:46 2016 +0800

----------------------------------------------------------------------
 webapp/app/js/controllers/cubeModel.js | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/kylin/blob/6b84c634/webapp/app/js/controllers/cubeModel.js
----------------------------------------------------------------------
diff --git a/webapp/app/js/controllers/cubeModel.js b/webapp/app/js/controllers/cubeModel.js
index f0770dd..293e693 100644
--- a/webapp/app/js/controllers/cubeModel.js
+++ b/webapp/app/js/controllers/cubeModel.js
@@ -96,8 +96,7 @@ KylinApp.controller('CubeModelCtrl', function ($location,$scope, $modal,cubeConf
 
     // Controller for cube model lookup modal.
     var cubeModelLookupModalCtrl = function ($scope, $modalInstance) {
-        $scope.ok = function (lookup_form) {
-            console.log(lookup_form);
+        $scope.ok = function () {
             $modalInstance.close();
         };