Commented out debug print.

This commit is contained in:
harry 2023-02-13 18:56:14 -05:00
parent 53cf1eaf2a
commit 791ff7478d
1 changed files with 1 additions and 1 deletions

View File

@ -940,7 +940,7 @@ void debugSymbolTable_t::ld65_SymbolLoad( ld65::sym *s )
//printf(" Seg: name:'%s' ofs:%i Bank:%x\n", seg->name(), romAddr, bank );
}
printf("\n");
//printf("\n");
auto pageIt = pageMap.find(bank);