From ee6d73a4cf7d1df2207065d1ebaedad738825c46 Mon Sep 17 00:00:00 2001 From: janis Date: Tue, 24 Oct 2023 10:33:20 +0200 Subject: [PATCH] remove debug code --- src/server/backend/plugins/others/poll/js/voting.js | 1 - 1 file changed, 1 deletion(-) diff --git a/src/server/backend/plugins/others/poll/js/voting.js b/src/server/backend/plugins/others/poll/js/voting.js index e6f82b3..363877a 100644 --- a/src/server/backend/plugins/others/poll/js/voting.js +++ b/src/server/backend/plugins/others/poll/js/voting.js @@ -36,7 +36,6 @@ createApp( { return this.entries[ a ].count - this.entries[ b ].count; } } ); - console.log( ent ); let ret = []; for ( let entry in ent ) { ret.push( this.entries[ ent[ entry ] ] );