diff options
Diffstat (limited to 'src/leap')
-rw-r--r-- | src/leap/bitmask/vpn/fw/firewall.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/leap/bitmask/vpn/fw/firewall.py b/src/leap/bitmask/vpn/fw/firewall.py index 73eccb99..23bdbd91 100644 --- a/src/leap/bitmask/vpn/fw/firewall.py +++ b/src/leap/bitmask/vpn/fw/firewall.py @@ -89,7 +89,6 @@ class FirewallManager(object): try: retcode, result = commands.getstatusoutput( ' '.join(cmd + gateways)) - #stderr=subprocess.STDOUT) except Exception: log.failure('Error launching the firewall') finally: |