@@ -713,15 +713,16 @@ pre_error)
713
713
return ()
714
714
}
715
715
if (input $ organizationSelect != " " ) {
716
- print(" RELOADING THE STATE, SO ORG BECOMES VISIBLE DURING LOGOUT" )
716
+ # print("RELOADING THE STATE, SO ORG BECOMES VISIBLE DURING LOGOUT")
717
717
rv $ selection $ org <- input $ organizationSelect
718
718
rv $ state $ org_chosen <- TRUE
719
719
rv $ state $ org_visible <- TRUE
720
720
grv $ credentials $ organization <- rv $ selection $ org
721
721
} else if (! is.null(grv $ credentials $ organization )) {
722
- print(" ORGANIZATION WAS LOADED... AND WE ARE NOT LOGGED IN" )
723
- print(" BUT AT LOG IN THIS IS GLOBBERED... SO THIS HAS TO BE FIXED LATER..." )
724
- print(grv $ credentials $ organization )
722
+ # print("ORGANIZATION WAS LOADED... AND WE ARE NOT LOGGED IN")
723
+ # print("BUT AT LOG IN THIS IS GLOBBERED... SO THIS HAS TO BE FIXED LATER...")
724
+ # print(grv$credentials$organization)
725
+ #
725
726
# rv$selection$org <- grv$credentials$organization
726
727
# rv$state$org_chosen <- TRUE
727
728
# the correct ones after fix
@@ -737,7 +738,7 @@ pre_error)
737
738
choices = character (0 ),
738
739
selected = character (0 ))
739
740
} else {
740
- print(" NO ORGANIZATION WAS LOADED... AND WE ARE NOT LOGGED IN" )
741
+ # print("NO ORGANIZATION WAS LOADED... AND WE ARE NOT LOGGED IN")
741
742
rv $ selection $ org <- character (0 )
742
743
rv $ state $ org_chosen <- FALSE
743
744
rv $ state $ org_visible <- FALSE
0 commit comments