Skip to content

Commit c3d46c8

Browse files
committed
Remove printing of request body
1 parent 2e9cf01 commit c3d46c8

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

app/server.R

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,6 @@ server <- function(input, output, session) {
169169
req_body$.pred <- preds$.pred$.pred
170170
req_body$.pred_lower <- preds$.pred$.pred_lower
171171
req_body$.pred_upper <- preds$.pred$.pred_upper
172-
print(req_body)
173172
prediction_df(bind_rows(prediction_df(), req_body))
174173

175174
output$predictions <- renderPlotly({

0 commit comments

Comments
 (0)