diff options
-rwxr-xr-x | src/conf_mode/interfaces-pppoe.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/conf_mode/interfaces-pppoe.py b/src/conf_mode/interfaces-pppoe.py index 16c59b39b..6c194f60b 100755 --- a/src/conf_mode/interfaces-pppoe.py +++ b/src/conf_mode/interfaces-pppoe.py @@ -126,7 +126,6 @@ default_config_data = { } def subprocess_cmd(command): - print(command) p = Popen(command, stdout=PIPE, shell=True) p.communicate() |