Remove unnecessary log

This commit is contained in:
Imran Remtulla
2023-10-11 20:43:27 -04:00
parent 488049821e
commit 81ea67afa8

View File

@@ -1136,7 +1136,6 @@ class AppsProvider with ChangeNotifier {
return null;
}
if (exportDir == null) {
logs.add('Skipping auto-export as dir is not set.');
return null;
}
var files = await saf