diff options
| -rw-r--r-- | pyvyos/device.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/pyvyos/device.py b/pyvyos/device.py index 62d7f34..246a913 100644 --- a/pyvyos/device.py +++ b/pyvyos/device.py @@ -73,7 +73,6 @@ class VyDevice(RestClient): raise ValueError("Port out of valid range (1-65535)") if self.timeout and self.timeout < 1: - print(self.timeout) warnings.warn("Timeout below 1s may cause instability", UserWarning) def retrieve_show_config(self, path: List = None): |
