dididy commented on code in PR #5074:
URL: https://github.com/apache/zeppelin/pull/5074#discussion_r2363234209


##########
zeppelin-web-angular/src/app/pages/workspace/share/result/result.component.ts:
##########
@@ -198,6 +200,7 @@ export class NotebookParagraphResultComponent implements 
OnInit, AfterViewInit,
   }
 
   private handleVisualizationBundles(bundles: HeliumVisualizationBundle[]): 
void {
+    console.log('bundles', bundles);

Review Comment:
   It looks like a console.log was accidentally left in.
   
   Sorry for the late reply. If it’s not actually being used, I agree that 
gradually removing Helium visualization interface that relies on Angular's 
dynamic rendering makes sense. I fully agree with reducing Angular 
dependencies, and the direction you suggested sounds good to me.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to