Skip to content

Commit

Permalink
remove sink code
Browse files Browse the repository at this point in the history
  • Loading branch information
juliuspfadt committed May 13, 2024
1 parent 445bd5b commit 3c25b8a
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions R/plssem.R
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,6 @@ PLSSEMInternal <- function(jaspResults, dataset, options, ...) {
jaspResults$addCitation("Rademaker ME, Schuberth F (2020). cSEM: Composite-Based Structural Equation Modeling. Package version: 0.4.0, https://m-e-rademaker.github.io/cSEM/.")


sink(file="~/Downloads/log.txt")
on.exit(sink(NULL))

options <- .plsSemPrepOpts(options)

# Read data, check if ready
Expand Down

0 comments on commit 3c25b8a

Please sign in to comment.