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 d0cb9b8 commit ab87fc3Copy full SHA for ab87fc3
src/robotide/namespace/cache.py
@@ -61,7 +61,7 @@ def get_all_cached_library_names(self):
61
all_libraries = self.get_user_libraries() + [name for name, _ in self._library_keywords]
62
ordered = set(all_libraries)
63
all_libraries = sorted(ordered)
64
- print(f"DEBUG: cache.py LibraryCache get_all_cached_library_names user_libraries={all_libraries}")
+ # print(f"DEBUG: cache.py LibraryCache get_all_cached_library_names user_libraries={all_libraries}")
65
return all_libraries
66
67
def _get_library(self, name, args):
0 commit comments