Skip to content

Commit

Permalink
Revert "Add info log to show where custom symbols are searched from."
Browse files Browse the repository at this point in the history
This reverts commit 593e379
  • Loading branch information
grossmj committed Oct 7, 2020
1 parent 593e379 commit e592b95
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion gns3server/controller/symbols.py
Original file line number Diff line number Diff line change
Expand Up @@ -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('.'):
Expand Down

0 comments on commit e592b95

Please sign in to comment.