Adds print statement when deleting cached apps

This commit is contained in:
Riley Testut
2020-05-07 13:10:01 -07:00
parent 19313ce5e0
commit 3e3246e560

View File

@@ -105,6 +105,7 @@ extension AppManager
if isDirectory && !installedAppBundleIDs.contains(bundleID) && !self.installationProgress.keys.contains(bundleID)
{
print("DELETING CACHED APP:", bundleID)
try FileManager.default.removeItem(at: appDirectory)
}
}