Remove console logs

This commit is contained in:
towards-a-new-leftypol 2021-01-04 20:41:19 -05:00
parent 454ad4381a
commit 2657cb7cf0
2 changed files with 0 additions and 11 deletions

View file

@ -79,7 +79,6 @@ $(window).ready(function() {
|| (!settings.get('always_noko_replies', true) && !post_response.noko)) {
document.location = post_response.redirect;
} else {
console.log("do nothing for now, this behaviour will be handled by auto-reload.js");
/*
$.ajax({
url: document.location,