clean up spam logs a bit

This commit is contained in:
julian 2023-07-25 20:28:51 -06:00
parent c3054ca753
commit c9da22601e

View file

@ -349,11 +349,6 @@ Future<Map<String, dynamic>> isolateRestore(
level: LogLevel.Warning,
);
}
} else {
Logging.instance.log(
"Coin not found in data with the mint tag: $mintTag",
level: LogLevel.Warning,
);
}
}