Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
lihaoyi committed Aug 6, 2024
1 parent 422164e commit b59e986
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@ object DocAnnotationsTests extends IntegrationTestSuite {

assert(eval("inspect", "core.target"))
val target = ujson.read(meta("inspect"))("value").str
pprint.log(target)
assert(
globMatches(
"""core.target(build.sc:...)
Expand Down
1 change: 0 additions & 1 deletion main/eval/src/mill/eval/Plan.scala
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ private object Plan {
if (!overridden(t)) segments
else {
val Segment.Label(tName) = segments.value.last
pprint.log(t.ctx.enclosing)
Segments(
segments.value.init ++
Seq(Segment.Label(tName + ".super")) ++
Expand Down

0 comments on commit b59e986

Please sign in to comment.