We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 671c00a commit b78fbbdCopy full SHA for b78fbbd
dev/pyRevitLabs/pyRevitLabs.PyRevit/PyRevitCaches.cs
@@ -36,7 +36,7 @@ public static void ClearCache(int revitYear) {
36
// it's just clearing caches. Let's not be paranoid and throw an exception if directory does not exist
37
// if it's not there, the clear cache request is technically already satisfied
38
// throw new pyRevitResourceMissingException(pyRevitAppDataPath);
39
- Console.WriteLine($"{PyRevitLabsConsts.PyRevitPath} directory not found, nothing to clear.");
+ logger.Debug($"{PyRevitLabsConsts.PyRevitPath} directory not found, nothing to clear.");
40
}
41
42
// clear all caches
0 commit comments