mirror of
https://github.com/lubosz/overte.git
synced 2025-04-08 06:04:06 +02:00
removing debug print statements
This commit is contained in:
parent
179ba6506e
commit
cea2b94d2b
1 changed files with 0 additions and 2 deletions
|
@ -158,7 +158,6 @@
|
|||
index = 1;
|
||||
}
|
||||
|
||||
print("here");
|
||||
switch (params.defaultTab) {
|
||||
case "gamepad":
|
||||
showGamepad();
|
||||
|
@ -174,7 +173,6 @@
|
|||
showKbm();
|
||||
index = 4;
|
||||
}
|
||||
print("here3");
|
||||
}
|
||||
</script>
|
||||
</head>
|
||||
|
|
Loading…
Reference in a new issue