mirror of
https://github.com/SyncrowIOT/syncrow-app.git
synced 2025-11-28 01:24:59 +00:00
Remove unnecessary developer log statements
This commit is contained in:
@ -6,7 +6,6 @@ class StringHelpers {
|
||||
static String enhanceFileName(File file) {
|
||||
var fileName = " ";
|
||||
final filePath = file.path;
|
||||
developer.log(filePath);
|
||||
final fileStringArray = filePath.split("/");
|
||||
fileName = fileStringArray.last;
|
||||
if (fileName.length > 20) {
|
||||
|
||||
Reference in New Issue
Block a user