bugfix: removed debugging statements

This commit is contained in:
Darryl Quinn 2015-06-17 22:43:20 -05:00
parent 3d7893fd46
commit 8da9756817
2 changed files with 0 additions and 3 deletions

View File

@ -114,7 +114,6 @@ start() {
config_load vtun
#if options section doesn't exist, add it
echo "testing for options..."
j=`uci get vtun.@options[0]`
if [ $? -ne 0 ]
then

View File

@ -15,7 +15,6 @@ network_config() {
# generate the default net
def_net='172.31.1.1'
config_get start "$cfg" start $def_net
echo "NETWORK: $start" >> /tmp/vtuntest.log
}
options_config() {
@ -106,7 +105,6 @@ start() {
config_load vtun
#if options section doesn't exist, add it
echo "testing for options..."
j=`uci get vtun.@options[0]`
if [ $? -ne 0 ]
then