Skip to content

Commit

Permalink
Remove console statements
Browse files Browse the repository at this point in the history
  • Loading branch information
bleistivt committed Sep 10, 2020
1 parent 2f9a8e0 commit 07b3044
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 8 deletions.
6 changes: 4 additions & 2 deletions mobileTable.js
@@ -1,3 +1,5 @@
// Uncompressed script. DokuWikis JS compressor does not support ASI. To be compressed with https://closure-compiler.appspot.com/

window.mobileTables = ((options) => {

options = options || {}
Expand Down Expand Up @@ -231,8 +233,8 @@ window.mobileTables = ((options) => {
const original = tables.get(table)

if (original === undefined) {
console.log("mobileTables: Cannot find original for table:")
console.log(table)
//console.log("mobileTables: Cannot find original for table:")
//console.log(table)
continue
}

Expand Down
12 changes: 6 additions & 6 deletions script.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 07b3044

Please sign in to comment.