Skip to content

Commit 3b0c097

Browse files
committed
wip
1 parent 48b0d01 commit 3b0c097

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

runner/daemon/src/mill/daemon/MillScalaParserImpl.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ object MillScalaParserImpl extends MillScalaParser {
5757
if (!trees.head.startPos.exists) ""
5858
else new String(source.file.toByteArray).take(trees.head.startPos.start)
5959
}
60-
mill.constants.DebugLog.println("pkgs " + pprint.apply(pkgs))
60+
6161
(prefix, pkgs, stmts)
6262
}
6363
}

0 commit comments

Comments
 (0)