Remove one more debugging crap

Signed-off-by: Mahyar Koshkouei <deltabeard@users.noreply.github.com>
This commit is contained in:
Mahyar Koshkouei
2017-01-12 14:58:38 +00:00
parent 2f23788036
commit 42cd727166

View File

@@ -69,10 +69,7 @@ int main(int argc, char **argv)
kHeld = hidKeysHeld();
if(kDown & KEY_START)
{
puts("Test.");
break;
}
#ifdef DEBUG
consoleSelect(&topScreen);