Skip to content

Commit

Permalink
Enlever print
Browse files Browse the repository at this point in the history
  • Loading branch information
julienmalard committed Nov 11, 2024
1 parent 0ad86f7 commit 834ddff
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion R/client.R
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,6 @@ Client <- R6Class(
}

urlWs <- paste("ws://localhost:", as.character(port), "/?code=", utils::URLencode(codeSecret), sep="")
print(urlWs)
private$ws <- websocket::WebSocket$new(urlWs, autoConnect = FALSE)

ouvert <- FALSE
Expand Down

0 comments on commit 834ddff

Please sign in to comment.