Skip to content

Commit

Permalink
removed 2 stray print statements
Browse files Browse the repository at this point in the history
  • Loading branch information
deeenes committed Dec 7, 2022
1 parent 80c00c4 commit edf276b
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions R/omnipath.R
Expand Up @@ -671,9 +671,7 @@ omnipath_download <- function(url, fun, ...) {

}

print(fun)
result <- download_base(url, fun, ...)
print(substr(result, 1, 100))

omnipath_cache_save(data = result, url = url)

Expand Down

0 comments on commit edf276b

Please sign in to comment.