Brijesh-Thakkar commented on code in PR #4082:
URL: https://github.com/apache/streampipes/pull/4082#discussion_r2656650644


##########
ui/src/app/assets/components/asset-overview/asset-overview.component.ts:
##########
@@ -79,6 +80,11 @@ export class SpAssetOverviewComponent implements OnInit {
     ) {}
 
     ngOnInit(): void {
+        console.log('[AssetOverview] ngOnInit');
+        console.log(
+            '[AssetOverview] query params',
+            this.route.snapshot.queryParams,
+        );

Review Comment:
   Removed the leftover debug console.log statements and updated the PR.



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