From f6688800fc2b86a9d77df95e96546b29e583786d Mon Sep 17 00:00:00 2001 From: Alexander Emanuelsson Date: Sat, 6 Apr 2024 16:43:29 +0200 Subject: [PATCH] Remove print of name in show function --- pyvis/network.py | 1 - 1 file changed, 1 deletion(-) diff --git a/pyvis/network.py b/pyvis/network.py index 8deb915..0d6767c 100644 --- a/pyvis/network.py +++ b/pyvis/network.py @@ -541,7 +541,6 @@ def show(self, name, local=True,notebook=True): :param: name: the name of the html file to save as :type name: str """ - print(name) if notebook: self.write_html(name, open_browser=False,notebook=True) else: