Skip to content

Commit

Permalink
get rid of debug print statement
Browse files Browse the repository at this point in the history
  • Loading branch information
znmeb committed Aug 17, 2023
1 parent 7aff700 commit 985e5cb
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions R/output_functions.R
Original file line number Diff line number Diff line change
Expand Up @@ -437,8 +437,6 @@ chord_WAVs <- function(
file_path <- paste0(output_directory, "/", file_name)

# and write it!
summary(wave_object)
print(file_path)
tuneR::writeWave(wave_object, file_path)

root_index <- root_index + 1
Expand Down

0 comments on commit 985e5cb

Please sign in to comment.