Skip to content

Commit

Permalink
don't calculate path in constructor
Browse files Browse the repository at this point in the history
  • Loading branch information
drernie committed Jan 25, 2024
1 parent d8f1178 commit 684868d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ final class QuiltPath implements Path, Comparable {
this.filesystem = filesystem
this.parsed = parsed
this.paths = parsed.getPaths()
log.debug("Creating QuiltPath: $parsed [${this.localPath()}]")
log.debug("Creating QuiltPath: $parsed")
}

String getBucket() {
Expand Down

0 comments on commit 684868d

Please sign in to comment.