#86 : Remove console log

This commit is contained in:
Vadim
2021-12-19 09:44:20 +03:00
parent beb90e6b64
commit 72e41caf99

View File

@@ -247,7 +247,6 @@
function showPrevPage() { function showPrevPage() {
methods.showPrevPage() methods.showPrevPage()
console.log(service._getSubscribers())
} }
</script> </script>