working okay now for revamp
[feisty_meow.git] / scripts / security / password_functions.sh
index ca365fd263efe101f2924fc8f36fa2ec1246191b..f1e0df135dceed04c85de9fd116385e7bb7f2a6f 100644 (file)
@@ -28,8 +28,6 @@ function load_password()
 
   # return the password in the variable they provided.
   eval $varname="$passwd"
-#echo varname is: $varname
-#echo new value of that variable is ${!varname}
 }
 
 # stores a password into a password file.  the password file should be the
@@ -75,8 +73,6 @@ function read_password()
   stty $stty_orig
   # return the password in the variable they provided.
   eval $varname="$the_passwd"
-#echo varname is: $varname
-#echo new value of that variable is ${!varname}
 }