robertwb commented on a change in pull request #16317:
URL: https://github.com/apache/beam/pull/16317#discussion_r785217429



##########
File path: 
sdks/java/harness/src/main/java/org/apache/beam/fn/harness/FnApiDoFnRunner.java
##########
@@ -2186,6 +2186,7 @@ public TimerMap timerFamily(String timerFamilyId) {
 
     @Override
     public void outputWithTimestamp(OutputT output, Instant timestamp) {
+     // checkTimestamp(timestamp);

Review comment:
       Leftover debugging?




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to