remove old comment

This commit is contained in:
M.Amin Rayej
2024-02-07 02:27:20 +03:30
parent 34fbfe9370
commit 6950503a31

View File

@@ -690,9 +690,6 @@ fn get_app_logs(
name: name.clone(),
owner: owner.clone(),
version: tag.clone(),
// TODO: increase pagination size
// See https://github.com/wasmerio/edge/issues/460
// first: Some(500),
first: Some(100),
starting_from: unix_timestamp(start),
until: end.map(unix_timestamp),