Skip to content

Commit 98eee7e

Browse files
committed
chore: remove useless print
1 parent 97e473b commit 98eee7e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/main/kotlin/co/statu/rule/plugins/payment/PaymentSystem.kt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,6 @@ class PaymentSystem(
4141
private val purchaseDao: PurchaseDao = PurchaseDaoImpl()
4242

4343
init {
44-
println("geldi")
4544
val paymentEventHandlers = PluginEventManager.getEventListeners<PaymentEventListener>()
4645

4746
paymentEventHandlers.forEach {

0 commit comments

Comments
 (0)