Skip to content

Commit 194bcc6

Browse files
committed
Remove log statements on clicking iotas
1 parent bc56bce commit 194bcc6

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

Common/src/main/kotlin/gay/object/hexdebug/gui/splicing/SplicingTableScreen.kt

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -703,7 +703,6 @@ class SplicingTableScreen(
703703
override val iotaView get() = data.list?.getOrNull(index)
704704

705705
override fun onPress() {
706-
HexDebug.LOGGER.info("button pressed")
707706
onSelectIota(index)
708707
}
709708

@@ -788,7 +787,6 @@ class SplicingTableScreen(
788787
}
789788

790789
override fun onPress() {
791-
HexDebug.LOGGER.info("edge pressed")
792790
onSelectEdge(index)
793791
}
794792
}

0 commit comments

Comments
 (0)