mirror of
https://github.com/inventree/inventree-app.git
synced 2025-06-14 19:25:27 +00:00
Remove and fix some TODO entries (#188)
This commit is contained in:
@ -44,8 +44,9 @@ void debug(dynamic msg) {
|
||||
|
||||
if (Platform.environment.containsKey("FLUTTER_TEST")) {
|
||||
debug_messages.add(msg.toString());
|
||||
print("DEBUG: ${msg.toString()}");
|
||||
}
|
||||
|
||||
print("DEBUG: ${msg.toString()}");
|
||||
}
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user