Skip to content

Commit

Permalink
Remove debugging log
Browse files Browse the repository at this point in the history
  • Loading branch information
rycowhi committed Mar 8, 2024
1 parent 56749e0 commit 75f365c
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -54,9 +54,6 @@ class LineageHarvester(
def harvest(result: Either[Throwable, Duration]): HarvestResult = {
logDebug(s"Harvesting lineage from ${ctx.logicalPlan.getClass}")

println("MINE: ")
println(ctx.logicalPlan.toJSON)

val (readMetrics: Metrics, writeMetrics: Metrics) = ctx.executedPlanOpt.
map(getExecutedReadWriteMetrics).
getOrElse((Map.empty, Map.empty))
Expand Down

0 comments on commit 75f365c

Please sign in to comment.