File tree Expand file tree Collapse file tree 1 file changed +0
-15
lines changed
frameworks/non-keyed/openui5/webapp Expand file tree Collapse file tree 1 file changed +0
-15
lines changed Original file line number Diff line number Diff line change @@ -9,7 +9,6 @@ sap.ui.define([], function () {
9
9
} ;
10
10
11
11
ControlRenderer . render = function ( oRM , oControl ) {
12
- console . debug ( `[${ oControl . getMetadata ( ) . getName ( ) } ] > rendering` )
13
12
oRM . openStart ( "div" , oControl )
14
13
oRM . openEnd ( )
15
14
@@ -158,20 +157,6 @@ sap.ui.define([], function () {
158
157
oRM . close ( "tbody" ) ;
159
158
160
159
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>
175
160
}
176
161
177
162
return ControlRenderer ;
You can’t perform that action at this time.
0 commit comments