diff options
author | ivan <ivan> | 1998-11-15 13:18:02 +0000 |
---|---|---|
committer | ivan <ivan> | 1998-11-15 13:18:02 +0000 |
commit | c48cfd422976aa77e9f10b5324bfbd71952e5333 (patch) | |
tree | 1eb59a8dba9e4e825ab781007a640ba45d6f58a9 /bin | |
parent | 61f2610ee6b8660a206a05675899ed72a5e59296 (diff) |
remove debugging
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/fs-setup | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/bin/fs-setup b/bin/fs-setup index 4e64f1bdf..aab24b7e1 100755 --- a/bin/fs-setup +++ b/bin/fs-setup @@ -32,7 +32,10 @@ # fix radius attributes ivan@sisd.com 98-sep-27 # # $Log: fs-setup,v $ -# Revision 1.5 1998-11-15 09:43:03 ivan +# Revision 1.6 1998-11-15 13:18:02 ivan +# remove debugging +# +# Revision 1.5 1998/11/15 09:43:03 ivan # update for new config file syntax, new adminsuidsetup # # Revision 1.4 1998/10/22 15:51:23 ivan @@ -164,7 +167,6 @@ FS::Record::reload_dbdef($dbdef_file); ### my($dbh)=adminsuidsetup $user; -warn $dbh; #create tables $|=1; |