@@ -12,7 +12,6 @@ export default {
},
render(h) {
const { row, column, value, index } = this.scope;
- console.log(column);
return this.renderer(h, row, column, value, index);
}