Remove unnecessary log

This commit is contained in:
Lee moon soo 2016-04-14 01:26:51 +01:00
parent ec2fdea60b
commit 0e4d81c841

View file

@ -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;