Skip to content

Commit e6d7917

Browse files
committed
Removed obsolete debugging statement
1 parent a4b28d8 commit e6d7917

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/main/kotlin/org/bradfordmiller/fuzzyrowmatcher/FuzzyRowMatcher.kt

-4
Original file line numberDiff line numberDiff line change
@@ -162,10 +162,6 @@ class FuzzyRowMatcherProducer(
162162
if (firstPass)
163163
jsonRecords.add(jsonRecordRow)
164164

165-
if(rowHash.equals("DEB91916388720331CAC5A8B41F0C12E") && currentRowHash.equals("B3E02FF3AFC5E2160C5FC95B200FD369")) {
166-
logger.info("HERE")
167-
}
168-
169165
val bitVector =
170166
algoSet.map { algo ->
171167
val score = algo.applyAlgo(rowData, currentRowData)

0 commit comments

Comments
 (0)