Skip to content

Commit

Permalink
Removed debug code
Browse files Browse the repository at this point in the history
  • Loading branch information
jsrobson10 committed Sep 15, 2020
1 parent 1110e00 commit c314abe
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion BdfObject.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -723,7 +723,6 @@ BdfObject::BdfObject(BdfLookupTable* pLookupTable, BdfStringReader* sr)
return;
case 'B':
if(isDecimal) break;
std::cout << "Byte is " << std::stoi(number) << "\n";
setByte((char)std::stoi(number));
return;
default:
Expand Down

0 comments on commit c314abe

Please sign in to comment.