removed some debug code

This commit is contained in:
2026-05-01 15:38:36 +03:00
parent 20b9f0d4f1
commit dff8506d50

View File

@@ -596,11 +596,6 @@ int main(int argc, char **argv) {
if(t != NULL) nn_pushClipboard(c, "mainKB", t, player);
}
if(IsKeyPressed(KEY_TAB)) {
printf("force crashing\n");
nn_forceCrashComputer(c, "get crashed lol");
}
while(1) {
int keycode = GetKeyPressed();
nn_codepoint unicode = GetCharPressed();