summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rwxr-xr-xsrc/conf_mode/interfaces-pppoe.py1
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()