Skip to content

Commit 84327be

Browse files
committed
Remove test print statements
1 parent d962868 commit 84327be

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

hmda-quarterly-data-service/src/main/scala/hmda/quarterly/data/api/dao/repo/QuarterlyGraphMvConfig.scala

-2
Original file line numberDiff line numberDiff line change
@@ -71,10 +71,8 @@ object QuarterlyGraphMvConfig {
7171
def periodPrefixer(suffix: String,periods:Seq[String]): Seq[String] = {
7272
if ( suffix.nonEmpty){
7373
val periodsAndSuffix: Seq[String] = periods.map(period => period+"_"+suffix)
74-
println("List is: " + periodsAndSuffix)
7574
periodsAndSuffix
7675
} else {
77-
println("Hi")
7876
periods
7977
}
8078
}

0 commit comments

Comments
 (0)