Skip to content

Commit 3e3e1ed

Browse files
authored
Remove commented Code
1 parent 2aded47 commit 3e3e1ed

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

src/training/degradeimage.cpp

-6
Original file line numberDiff line numberDiff line change
@@ -168,12 +168,6 @@ Pix* DegradeImage(Pix* input, int exposure, TRand* randomizer,
168168
}
169169
data += input->wpl;
170170
}
171-
172-
// pix = input;
173-
// input = PrepareDistortedPix(pix, false, true, true, true, true,
174-
// 1, randomizer, nullptr);
175-
// pixDestroy(&pix);
176-
177171
return input;
178172
}
179173

0 commit comments

Comments
 (0)