mirror of
https://github.com/GNS3/gns3-server
synced 2024-11-28 11:18:11 +00:00
Revert "Add info log to show where custom symbols are searched from."
This reverts commit 593e3795
This commit is contained in:
parent
593e379523
commit
e592b95639
@ -94,7 +94,6 @@ class Symbols:
|
|||||||
|
|
||||||
directory = self.symbols_path()
|
directory = self.symbols_path()
|
||||||
if directory:
|
if directory:
|
||||||
log.info("Searching for custom symbols in '{}'".format(directory))
|
|
||||||
for root, _, files in os.walk(directory):
|
for root, _, files in os.walk(directory):
|
||||||
for filename in files:
|
for filename in files:
|
||||||
if filename.startswith('.'):
|
if filename.startswith('.'):
|
||||||
|
Loading…
Reference in New Issue
Block a user