Skip to content

Commit

Permalink
remove a debug
Browse files Browse the repository at this point in the history
  • Loading branch information
paleolimbot committed Nov 7, 2023
1 parent 1c36ca2 commit 9d0d711
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion r/tools/nixlibs.R
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,6 @@ find_latest_nightly <- function(description_version,
description_version_major <- as.integer(description_version[1, 1])
matching_major <- major_versions == description_version_major
if (!any(matching_major)) {
warning("just for the stack trace")
lg(
"No nightly binaries were found for version %s: falling back to libarrow build from source",
description_version
Expand Down

0 comments on commit 9d0d711

Please sign in to comment.