TF-2736 Remove the logo in printing

This commit is contained in:
dab246
2024-03-20 08:45:27 +07:00
committed by Dat H. Pham
parent 523ff9acc7
commit 6ccdbd66c4
4 changed files with 4 additions and 15 deletions
+1 -1
View File
@@ -61,7 +61,7 @@ class CoreBindings extends Bindings {
Get.put(CompressFileUtils());
Get.put(AppConfigLoader());
Get.put(FileUtils());
Get.put(PrintUtils(Get.find<ImagePaths>(), Get.find<FileUtils>()));
Get.put(PrintUtils());
}
void _bindingIsolate() {