removed commented console.log lines

pull/4565/head
Roman Roelofsen 8 years ago
parent 048ca6f42f
commit f1ba5f42cb
  1. 4
      frontend/app/components/wp-table/wp-virtual-scroll.directive.ts

@ -145,8 +145,6 @@ class RowDisplay {
if (!this.childScope) {
if (renderRow) {
// render work package row
// console.log("renderRow() - work package");
this.hide();
this.$transclude((clone: any, newScope: any) => {
@ -162,8 +160,6 @@ class RowDisplay {
});
} else if (this.dummyRow === null) {
// render placeholder row
// console.log("renderRow() - placeholder");
this.hide();
this.visible = false;

Loading…
Cancel
Save