Skip to content

Commit

Permalink
removed unneeded codeblock
Browse files Browse the repository at this point in the history
  • Loading branch information
Ryan Patrick Kyle committed Apr 9, 2019
1 parent f603cd4 commit b23ff9b
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions R/dash.R
Original file line number Diff line number Diff line change
Expand Up @@ -606,10 +606,6 @@ Dash <- R6::R6Class(
},

walk_assets_directory = function(assets_dir = private$assets_folder) {
if (!(dir.exists(private$assets_folder))) {
return
}

# obtain the full canonical path
asset_path <- normalizePath(file.path(assets_dir))

Expand Down

0 comments on commit b23ff9b

Please sign in to comment.