Skip to content

Commit 45d5140

Browse files
Cleaning
1 parent 614b4f3 commit 45d5140

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

tmcrstudioaddin/R/AddinCourseTab.R

+6-5
Original file line numberDiff line numberDiff line change
@@ -713,15 +713,16 @@ pre_error)
713713
return()
714714
}
715715
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")
717717
rv$selection$org <- input$organizationSelect
718718
rv$state$org_chosen <- TRUE
719719
rv$state$org_visible <- TRUE
720720
grv$credentials$organization <- rv$selection$org
721721
} 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+
#
725726
# rv$selection$org <- grv$credentials$organization
726727
# rv$state$org_chosen <- TRUE
727728
# the correct ones after fix
@@ -737,7 +738,7 @@ pre_error)
737738
choices = character(0),
738739
selected = character(0))
739740
} 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")
741742
rv$selection$org <- character(0)
742743
rv$state$org_chosen <- FALSE
743744
rv$state$org_visible <- FALSE

0 commit comments

Comments
 (0)