Skip to content

Commit 054c283

Browse files
committed
Fix logging in tracking
1 parent 3b6b4d1 commit 054c283

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/Tracking.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -263,7 +263,7 @@ class Tracking
263263
<< l.track_keyframe << " "
264264
<< l.track_map << " "
265265
<< l.update_motion << " "
266-
<< l.post_processing << "\n";
266+
<< l.post_processing;
267267
return os;
268268
}
269269

0 commit comments

Comments
 (0)