mirror of
https://github.com/apache/zeppelin
synced 2026-05-24 09:38:26 +00:00
Remove unnecessary log
This commit is contained in:
parent
ec2fdea60b
commit
0e4d81c841
1 changed files with 0 additions and 2 deletions
|
|
@ -179,13 +179,11 @@ angular.module('zeppelinWebApp')
|
|||
if (!data.paragraphId || data.paragraphId === $scope.paragraph.id) {
|
||||
scope = paragraphScope;
|
||||
registry = angularObjectRegistry;
|
||||
console.log("paragraph scope");
|
||||
} else {
|
||||
var app = _.find($scope.apps, { id: data.paragraphId});
|
||||
if (app) {
|
||||
scope = getAppScope(app);
|
||||
registry = getAppRegistry(app);
|
||||
console.log("app scope");
|
||||
} else {
|
||||
// no matching app in this paragraph
|
||||
return;
|
||||
|
|
|
|||
Loading…
Reference in a new issue