Skip to content

Commit 0dda3b4

Browse files
committed
Enable custom logs
1 parent ea80f3f commit 0dda3b4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ui5/eve7/controller/Main.controller.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ sap.ui.define(['sap/ui/core/Component',
1717
return Controller.extend("rootui5.eve7.controller.Main", {
1818
onInit: function () {
1919
this.mgr = new EveManager();
20-
// this.initClientLog();
20+
this.initClientLog();
2121

2222
let conn_handle = Component.getOwnerComponentFor(this.getView()).getComponentData().conn_handle;
2323
this.mgr.UseConnection(conn_handle);

0 commit comments

Comments
 (0)