From 70049969d8e3c28c8ae7a342fa84eb35ed5c9e14 Mon Sep 17 00:00:00 2001
From: Christian Poessinger <christian@poessinger.com>
Date: Sat, 30 Nov 2019 09:09:05 +0100
Subject: pppoe: T1318: remove process startup debug output

We no longer need to see the command which is used to spawn up PPPd and dial
the connection.
---
 src/conf_mode/interfaces-pppoe.py | 1 -
 1 file changed, 1 deletion(-)

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()
 
-- 
cgit v1.2.3