Browse Source

Remove comments

Alexandre S 5 years ago
parent
commit
65a3097251
1 changed files with 0 additions and 3 deletions
  1. 0 3
      src/extensions/print/bootstrap-table-print.js

+ 0 - 3
src/extensions/print/bootstrap-table-print.js

@@ -276,12 +276,9 @@ $.BootstrapTable = class extends $.BootstrapTable {
     const newWin = window.open('')
 
     newWin.document.write(this.options.printPageBuilder.call(this, table))
-    /*
     newWin.document.close()
     newWin.focus()
     newWin.print()
     newWin.close()
-
-     */
   }
 }