Skip to content

Commit 0f93be9

Browse files
remove useless file
1 parent 3922889 commit 0f93be9

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

core/src/main/kotlin/org/jetbrains/kotlinx/dataframe/impl/columns/ValueColumnImpl.kt

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,8 @@ public class ParameterValue(public val parameter: Any?) {
1717
val otherAsParameterValue = other as ParameterValue?
1818
val that = otherAsParameterValue?.parameter
1919
if (parameter is Boolean && that is Boolean) {
20-
println("my_equals")
2120
return this.parameter == that
2221
}
23-
println("default_equals")
2422
return super.equals(other)
2523
}
2624

git

Whitespace-only changes.

0 commit comments

Comments
 (0)