Skip to content

Commit c6a0036

Browse files
committed
remove debug printing
1 parent 1b0066c commit c6a0036

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/install.libs.R.in

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,6 @@
6262
tbbLibs <- tbbLibs[!nzchar(Sys.readlink(tbbLibs))]
6363

6464
# copy / link the libraries
65-
writeLines(paste("*", tbbLibs))
6665
useSymlinks <- Sys.getenv("TBB_USE_SYMLINKS", unset = "TRUE")
6766
if (useSymlinks)
6867
file.symlink(tbbLibs, tbbDest)

0 commit comments

Comments
 (0)