1
0
mirror of https://github.com/vrana/adminer.git synced 2025-08-05 06:07:57 +02:00

JS: Remove forgotten log

This commit is contained in:
Jakub Vrana
2025-03-27 07:23:20 +01:00
parent 806aa51f48
commit 81ae16bce1

View File

@@ -783,7 +783,6 @@ function setupSubmitHighlightInput(input) {
* @this HTMLInputElement
*/
function inputFocus() {
console.log('functions');
alterClass(findDefaultSubmit(this), 'default', true);
}