summaryrefslogtreecommitdiff
path: root/python
diff options
context:
space:
mode:
Diffstat (limited to 'python')
-rw-r--r--python/vyos/remote.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/python/vyos/remote.py b/python/vyos/remote.py
index b69e8d32b..3be87e179 100644
--- a/python/vyos/remote.py
+++ b/python/vyos/remote.py
@@ -476,7 +476,6 @@ class TftpC:
vrf=self.vrf).encode())
def upload(self, location: str):
- print(f'{self.command} "{self.urlstring}"')
with open(location, 'rb') as f:
cmd(f'{self.command} --upload-file - "{self.urlstring}"',
input=f.read(), vrf=self.vrf)