Skip to content

Commit fb219f0

Browse files
去除不必要的打印
1 parent 748ccd7 commit fb219f0

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lib/utils/import_export_utils.dart

-1
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,6 @@ class ImportExportUtils {
5151
try {
5252
return await _doExportData();
5353
} catch (e) {
54-
print(e);
5554
Fluttertoast.showToast(msg: '导出失败', gravity: ToastGravity.CENTER);
5655
return '';
5756
}

0 commit comments

Comments
 (0)