Skip to content

Commit

Permalink
Comment out some verbose debug logging.
Browse files Browse the repository at this point in the history
  • Loading branch information
swaldman committed Oct 31, 2022
1 parent 8ad0322 commit 1daef10
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -452,7 +452,7 @@ abstract class SuperFlexDbArchiver extends Splitter {
val colNamesByFile : Map[NamedDataFileSource, Array[String]] = immutable.HashMap.empty ++ cnbf;
val fileColsByColumnName : SortedMap[String, Iterable[ (NamedDataFileSource, Int) ] ] = immutable.TreeMap.empty(sort) ++ fcbcn;

FINER.log(s"""New FilesInfo files: ${this.colNamesByFile.keys.map( _.sourceName ).mkString(", ")}""")
// FINER.log(s"""New FilesInfo files: ${this.colNamesByFile.keys.map( _.sourceName ).mkString(", ")}""")
}

/**
Expand Down

0 comments on commit 1daef10

Please sign in to comment.