Remove logger

pull/14/head
cagataycivici 2019-07-09 12:44:57 +03:00
parent e0ef13c2ac
commit 04ed4a823e
1 changed files with 0 additions and 1 deletions

View File

@ -541,7 +541,6 @@ export default {
this.rowTouched = true; this.rowTouched = true;
}, },
onRowKeyDown(event, rowData, rowIndex) { onRowKeyDown(event, rowData, rowIndex) {
debugger;
if (this.selectionMode) { if (this.selectionMode) {
const row = event.target; const row = event.target;