Skip to content

Commit

Permalink
Removed commented code
Browse files Browse the repository at this point in the history
  • Loading branch information
TimeTravelPenguin committed Nov 10, 2023
1 parent 9b1b97b commit 55bb60a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/Actions/CourseDirectory.hs
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,6 @@ createNewAssessment dir = do
ensureDir newAssesDir
return newAssesDir

-- ensureCourseDirectoryInPath :: MonadIO m => Path Abs Dir -> ExceptT CourseDirectoryError m CourseDirectory
ensureCourseDirectoryInPath :: (MonadIO m) => Path Abs Dir -> ExceptT CourseDirectoryError m CourseDirectory
ensureCourseDirectoryInPath dir = do
courseDir <- getCourseDirectoryInPath dir
Expand Down

0 comments on commit 55bb60a

Please sign in to comment.