Skip to content

Commit

Permalink
remove console log
Browse files Browse the repository at this point in the history
  • Loading branch information
Joe Muzina committed Apr 13, 2022
1 parent 666f910 commit 8aaf128
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion static/activityFiltering.js
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,6 @@ function searchActivities(activities) {
}
selectedIDs[i] = filterMatches[i][0];
}
console.log(selectedIDs);

oldTableBody.parentNode.replaceChild(newTableBody, oldTableBody);
tableHeader.hidden = false;
Expand Down

0 comments on commit 8aaf128

Please sign in to comment.