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; index = 1;
} }
print("here");
switch (params.defaultTab) { switch (params.defaultTab) {
case "gamepad": case "gamepad":
showGamepad(); showGamepad();
@ -174,7 +173,6 @@
showKbm(); showKbm();
index = 4; index = 4;
} }
print("here3");
} }
</script> </script>
</head> </head>