Skip to content

Commit

Permalink
Update table.js
Browse files Browse the repository at this point in the history
  • Loading branch information
scottgruenewald authored Oct 18, 2023
1 parent 4273c66 commit 3faa20c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion table.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ class GoogleSheetTable {
constructor(url, mainSelector = 'main', title = '', noDataMessage = '') {
this.url = url;
this.mainElement = document.querySelector(mainSelector);
console.log(this.mainElement)
this.table = null;
this.title = title
this.noDataMessage = noDataMessage
Expand Down

0 comments on commit 3faa20c

Please sign in to comment.