Skip to content

Commit d74d615

Browse files
authored
remove debugging line
1 parent b448045 commit d74d615

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Diff for: calculator.cpp

-1
Original file line numberDiff line numberDiff line change
@@ -599,7 +599,6 @@ bool isNumber(string line, int start){
599599
if(isValidOp(line[i])) break;
600600

601601
if(!(line[i] >= '0' && line[i] <= '9')){
602-
cout << line[i] << endl;
603602
return false;
604603
}
605604
}

0 commit comments

Comments
 (0)