[ticket/15564] Remove console.log() call

PHPBB3-15564
This commit is contained in:
Jakub Senko 2018-03-27 11:45:58 +02:00 committed by Marc Alexander
parent c0e9ef21fe
commit 27153d7e46

View file

@ -1655,7 +1655,6 @@ let submitButton = null;
let programaticallySubmitted = false;
phpbb.recaptchaOnLoad = function () {
console.log('ahoj');
// Listen to submit buttons in order to know which one was pressed
$('input[type="submit"]').each(() => {
$(this).on('click', () => {