Skip to content

Commit a1111af

Browse files
committed
fix doc
Signed-off-by: Yashash H L <[email protected]>
1 parent e26b525 commit a1111af

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

numaflow/src/sink.rs

+1-2
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ pub struct Response {
131131
pub id: String,
132132
/// response_type indicates the type of the response.
133133
pub response_type: ResponseType,
134-
/// err string is used to describe the error if [`Response::success`] was `false`.
134+
/// err string is used to describe the error if [`ResponseType::Failure`] is set.
135135
pub err: Option<String>,
136136
pub serve_response: Option<Vec<u8>>,
137137
}
@@ -259,7 +259,6 @@ where
259259
grpc_resp_tx.clone(),
260260
)
261261
.await?;
262-
println!("Time taken for batch: {:?}", start.elapsed().as_micros());
263262
}
264263
Ok(())
265264
}

0 commit comments

Comments
 (0)