remove console log from guided_tour.js

This commit is contained in:
Hugh Rundle 2022-07-02 18:44:18 +10:00
parent bc4a1c6c41
commit d1079a1f7d

View file

@ -5,7 +5,6 @@
*/
function disableGuidedTour(csrf_token) {
console.log(csrf_token);
fetch('/guided-tour/False', {
headers: {
'X-CSRFToken': csrf_token,