def printVerbose()

in src/main/scala/com/gu/ssm/UI.scala [103:105]


  def printVerbose(text: String): Unit = {
    if (verbose) System.err.println(text.colour(Console.BLUE))
  }