Skip to content

Commit a145028

Browse files
committed
Removed Debug lines
1 parent e3b0237 commit a145028

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

monopoly.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1315,8 +1315,6 @@ int main(){
13151315
std::cin>>sel;
13161316
} else { sel = 0; }
13171317

1318-
std::cout << sel << std::endl;
1319-
std::cout << std::cin.fail() << std::endl;
13201318
std::vector<std::size_t> turnOrder;
13211319
int index;
13221320
if(sel == 1 && std::cin.good()){

0 commit comments

Comments
 (0)