Skip to content
This repository was archived by the owner on Mar 3, 2022. It is now read-only.

Commit 08f4708

Browse files
authored
Deleted debug code
1 parent 5d143b0 commit 08f4708

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/opmon/model/sysObjects/Events.cpp

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -194,14 +194,11 @@ namespace OpMon {
194194
}
195195

196196
if(!move(movements[predefinedCounter], overworld.getData().getCurrentMap())) { //If the movement is impossible, decreases the counter to not ignore the movement.
197-
std::cout << "\\^o^/" << std::endl;
198197
if(predefinedCounter != 0) {
199198
predefinedCounter--;
200199
} else {
201200
predefinedCounter = movements.size() - 1;
202201
}
203-
} else {
204-
std::cout << "..." << std::endl;
205202
}
206203
break;
207204

0 commit comments

Comments
 (0)