removing debug print statements

This commit is contained in:
Wayne Chen 2018-07-11 11:58:17 -07:00
parent 179ba6506e
commit cea2b94d2b

View file

@ -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>