genesis: comment out two debug messages

This commit is contained in:
tildearrow 2021-12-06 03:26:33 -05:00
parent 055b4f9c26
commit ce4b6c7044
2 changed files with 2 additions and 2 deletions

View file

@ -333,7 +333,7 @@ int DivPlatformGenesis::dispatch(DivCommand c) {
case DIV_CMD_PRE_NOTE:
break;
default:
printf("WARNING: unimplemented command %d\n",c.cmd);
//printf("WARNING: unimplemented command %d\n",c.cmd);
break;
}
return 1;

View file

@ -176,7 +176,7 @@ int DivPlatformGenesisExt::dispatch(DivCommand c) {
case DIV_CMD_PRE_PORTA:
break;
default:
printf("WARNING: unimplemented command %d\n",c.cmd);
//printf("WARNING: unimplemented command %d\n",c.cmd);
break;
}
return 1;