Skip to content

Commit

Permalink
Remove unused code
Browse files Browse the repository at this point in the history
  • Loading branch information
gangelo committed Feb 12, 2024
1 parent 87d82e8 commit d3d7a35
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions lib/dsu/support/project_file_system.rb
Original file line number Diff line number Diff line change
Expand Up @@ -80,11 +80,6 @@ def current_project_file_exist?
end
alias current_project_file_persisted? current_project_file_exist?

# Does dsu/projects folder exist?
def projects_folder_exist?
Dir.exist?(projects_folder)
end

# Does dsu/projects/<project_name> folder exist?
def project_folder_exist?(project_name:)
Dir.exist?(project_folder_for(project_name: project_name))
Expand Down

0 comments on commit d3d7a35

Please sign in to comment.