Skip to content

Commit

Permalink
去除不必要的打印
Browse files Browse the repository at this point in the history
  • Loading branch information
FirstJavaMaster authored Dec 22, 2022
1 parent 748ccd7 commit fb219f0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/utils/import_export_utils.dart
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,6 @@ class ImportExportUtils {
try {
return await _doExportData();
} catch (e) {
print(e);
Fluttertoast.showToast(msg: '导出失败', gravity: ToastGravity.CENTER);
return '';
}
Expand Down

0 comments on commit fb219f0

Please sign in to comment.