Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Remove print.
  • Loading branch information
a-siva committed Nov 11, 2022
commit 20462a0c65fb7a4019296259d16c45bd9960555c
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ Future<int?> returnIntAsync(int? arg) {

Future<void> testCompute<T>(isolates.ComputeCallback<T, T> callback, T input) async {
if (input != await compute(callback, input)) {
print(input);
throw Exception('compute returned bad result');
}
}
Expand Down