We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d962868 commit 84327beCopy full SHA for 84327be
hmda-quarterly-data-service/src/main/scala/hmda/quarterly/data/api/dao/repo/QuarterlyGraphMvConfig.scala
@@ -71,10 +71,8 @@ object QuarterlyGraphMvConfig {
71
def periodPrefixer(suffix: String,periods:Seq[String]): Seq[String] = {
72
if ( suffix.nonEmpty){
73
val periodsAndSuffix: Seq[String] = periods.map(period => period+"_"+suffix)
74
- println("List is: " + periodsAndSuffix)
75
periodsAndSuffix
76
} else {
77
- println("Hi")
78
periods
79
}
80
0 commit comments