diff --git a/gns3server/controller/symbols.py b/gns3server/controller/symbols.py index 3d6e8e643..af53f32b1 100644 --- a/gns3server/controller/symbols.py +++ b/gns3server/controller/symbols.py @@ -94,7 +94,6 @@ def list(self): directory = self.symbols_path() if directory: - log.info("Searching for custom symbols in '{}'".format(directory)) for root, _, files in os.walk(directory): for filename in files: if filename.startswith('.'):