Skip to content

Commit 1549597

Browse files
committed
fix: Remove forgotten debug
#1020
1 parent f441487 commit 1549597

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

scripts/field/FieldBoundaryDetector.lua

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,6 @@ end
5858
---@return boolean true if still in progress, false when done
5959
function FieldBoundaryDetector:update(dt)
6060
-- when we use the custom field, we are done immediately
61-
self.logger:info('status: %d', self.courseField.state)
6261
-- FieldCourseField:update() returns true until it's state is FieldCourseDetectionState.FINISHED. Problem
6362
-- is, it may never go to the FINISHED state, and then our indication of done is that the callback is called with
6463
-- success == true, therefore use the self.done to indicate it.

0 commit comments

Comments
 (0)