Skip to content

Commit ee14114

Browse files
committed
cleanup
1 parent 53ce06c commit ee14114

File tree

1 file changed

+0
-15
lines changed

1 file changed

+0
-15
lines changed

frameworks/non-keyed/openui5/webapp/ControlRenderer.js

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ sap.ui.define([], function () {
99
};
1010

1111
ControlRenderer.render = function (oRM, oControl) {
12-
console.debug(`[${oControl.getMetadata().getName()}] > rendering`)
1312
oRM.openStart("div", oControl)
1413
oRM.openEnd()
1514

@@ -158,20 +157,6 @@ sap.ui.define([], function () {
158157
oRM.close("tbody");
159158

160159
oRM.close("table");
161-
162-
// <tr id={{this.id}} class={{this._class}}>
163-
// <td class="col-md-1">{{this.id}}</td>
164-
// <td class="col-md-4">
165-
// <a data-action="select" data-id={{this.id}}>{{this.label}}</a>
166-
// </td>
167-
// <td class="col-md-1">
168-
// <a>
169-
// <span class="glyphicon glyphicon-remove" aria-hidden="true"
170-
// data-action="remove" data-id={{this.id}}></span>
171-
// </a>
172-
// </td>
173-
// <td class="col-md-6"></td>
174-
// </tr>
175160
}
176161

177162
return ControlRenderer;

0 commit comments

Comments
 (0)