diff options
| author | eduardormorais <eduardoromorais@gmail.com> | 2025-09-16 19:38:23 -0300 |
|---|---|---|
| committer | eduardormorais <eduardoromorais@gmail.com> | 2025-09-16 19:38:23 -0300 |
| commit | f25d28ab90a266c03fd966ddabc752088da080d6 (patch) | |
| tree | 3c8e41a08dab6e47e4639e09eebcc37c4549b914 | |
| parent | a31d1f21d33ce348f89bc5b0bc05835529425480 (diff) | |
| download | pyvyos-f25d28ab90a266c03fd966ddabc752088da080d6.tar.gz pyvyos-f25d28ab90a266c03fd966ddabc752088da080d6.zip | |
Fix - removing prints
| -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): |
