Skip to content
This repository was archived by the owner on Dec 8, 2022. It is now read-only.

Commit 432cf1d

Browse files
remove console log
1 parent d6a64ca commit 432cf1d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/components/VoteLeaderboardSearch.vue

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,6 @@ export default {
133133
shuffled = this.shuffle(result.items);
134134
}
135135
136-
console.log("shuffled", shuffled);
137136
for (const [key, value] of Object.entries(result)) {
138137
if (key !== "items") {
139138
Vue.set(this.pageData, key, value);

0 commit comments

Comments
 (0)