mirror of
https://github.com/apache/zeppelin
synced 2026-05-24 09:38:26 +00:00
Remove console.log
This commit is contained in:
parent
4a6eace7a9
commit
b74c599178
1 changed files with 1 additions and 3 deletions
|
|
@ -52,7 +52,6 @@ function HeliumCtrl($scope, $rootScope, $sce, baseUrlSrv, ngToast, heliumService
|
|||
// show enabled version if any version of package is enabled
|
||||
for (var name in packageInfos) {
|
||||
var pkgs = packageInfos[name];
|
||||
//console.log(pkgs)
|
||||
for (var pkgIdx in pkgs) {
|
||||
var pkg = pkgs[pkgIdx];
|
||||
pkg.pkg.icon = $sce.trustAsHtml(pkg.pkg.icon);
|
||||
|
|
@ -118,7 +117,7 @@ function HeliumCtrl($scope, $rootScope, $sce, baseUrlSrv, ngToast, heliumService
|
|||
console.log('Can not load package info %o %o', status, data);
|
||||
});
|
||||
};
|
||||
|
||||
|
||||
var getBundleOrder = function() {
|
||||
heliumService.getVisualizationPackageOrder().
|
||||
success(function(data, status) {
|
||||
|
|
@ -140,7 +139,6 @@ function HeliumCtrl($scope, $rootScope, $sce, baseUrlSrv, ngToast, heliumService
|
|||
var init = function() {
|
||||
getAllPackageInfo();
|
||||
getBundleOrder();
|
||||
|
||||
$scope.bundleOrderChanged = false;
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue