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 b78fbbd commit eb9db97Copy full SHA for eb9db97
dev/pyRevitLabs/pyRevitLabs.PyRevit/PyRevitCaches.cs
@@ -51,7 +51,7 @@ public static void ClearAllCaches() {
51
}
52
53
else
54
- Console.WriteLine($"{PyRevitLabsConsts.PyRevitPath} directory not found, nothing to clear.");
+ logger.Debug($"{PyRevitLabsConsts.PyRevitPath} directory not found, nothing to clear.");
55
56
57
0 commit comments