Skip to content

Commit b78fbbd

Browse files
Update dev/pyRevitLabs/pyRevitLabs.PyRevit/PyRevitCaches.cs
Co-authored-by: devloai[bot] <168258904+devloai[bot]@users.noreply.github.com>
1 parent 671c00a commit b78fbbd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dev/pyRevitLabs/pyRevitLabs.PyRevit/PyRevitCaches.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ public static void ClearCache(int revitYear) {
3636
// it's just clearing caches. Let's not be paranoid and throw an exception if directory does not exist
3737
// if it's not there, the clear cache request is technically already satisfied
3838
// throw new pyRevitResourceMissingException(pyRevitAppDataPath);
39-
Console.WriteLine($"{PyRevitLabsConsts.PyRevitPath} directory not found, nothing to clear.");
39+
logger.Debug($"{PyRevitLabsConsts.PyRevitPath} directory not found, nothing to clear.");
4040
}
4141

4242
// clear all caches

0 commit comments

Comments
 (0)