We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a4b28d8 commit e6d7917Copy full SHA for e6d7917
src/main/kotlin/org/bradfordmiller/fuzzyrowmatcher/FuzzyRowMatcher.kt
@@ -162,10 +162,6 @@ class FuzzyRowMatcherProducer(
162
if (firstPass)
163
jsonRecords.add(jsonRecordRow)
164
165
- if(rowHash.equals("DEB91916388720331CAC5A8B41F0C12E") && currentRowHash.equals("B3E02FF3AFC5E2160C5FC95B200FD369")) {
166
- logger.info("HERE")
167
- }
168
-
169
val bitVector =
170
algoSet.map { algo ->
171
val score = algo.applyAlgo(rowData, currentRowData)
0 commit comments