VIC-20: get rid of debug message

This commit is contained in:
tildearrow 2023-03-20 03:55:12 -05:00
parent 1dc05f0777
commit c27dbdab96
1 changed files with 0 additions and 1 deletions

View File

@ -75,7 +75,6 @@ void DivPlatformVIC20::acquire(short** buf, size_t len) {
}
void DivPlatformVIC20::calcAndWriteOutVol(int ch, int env) {
logV("calcAndWriteOutVol (%d, %d)",ch,env);
chan[ch].outVol=MIN(chan[ch].vol*env/15,15);
writeOutVol(ch);
}