Skip to content

Commit 51e6943

Browse files
committed
Remove debugging.
1 parent d2b005e commit 51e6943

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

SerialPrograms/Source/Pokemon/Inference/Pokemon_ReadHpBar.cpp

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,8 @@ double read_hp_bar_internal(const ImageViewRGB32& image){
2222
size_t height = image.height();
2323
size_t area = width * height;
2424

25-
// REMOVE
26-
static int i = 0;
27-
image.save("test-" + std::to_string(++i) + ".png");
25+
// static int i = 0;
26+
// image.save("test-" + std::to_string(++i) + ".png");
2827
// cout << "start: " << i << endl;
2928

3029
ImageStats stats;

0 commit comments

Comments
 (0)