Skip to content

Commit

Permalink
remove debug messages
Browse files Browse the repository at this point in the history
  • Loading branch information
Oliver Drechsel committed Jun 15, 2017
1 parent 7b08b7b commit cccb721
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions server.R
Original file line number Diff line number Diff line change
Expand Up @@ -328,10 +328,6 @@ shinyServer(function(input, output, session) {
target.data <- brushedPoints(df = all.data(),
brush = input$plot_brush)

print(input$plot_brush)

print(target.data)

# empty plot, if no data is selected
if (is.null(target.data) |
input$column_target_x_axis == "" |
Expand Down

0 comments on commit cccb721

Please sign in to comment.