Skip to content

Commit

Permalink
Remove extraneous println
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrew Waterman committed Jun 13, 2013
1 parent 16d0ba0 commit 11cb15b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/main/scala/Assert.scala
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,6 @@ class PrintfBase(formatIn: String, argsIn: Seq[Node]) extends Node {

inferWidth = (x: Node) => {
val argLength = formats.zip(inputs).map{case (a,b) => lengths(a)(b.width)}.sum
formats.zip(inputs).foreach{case (a,b) => println(lengths(a)(b.width))}
8*(format.length - 2*formats.length + argLength)
}
}
Expand Down

0 comments on commit 11cb15b

Please sign in to comment.