We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 97e473b commit 98eee7eCopy full SHA for 98eee7e
src/main/kotlin/co/statu/rule/plugins/payment/PaymentSystem.kt
@@ -41,7 +41,6 @@ class PaymentSystem(
41
private val purchaseDao: PurchaseDao = PurchaseDaoImpl()
42
43
init {
44
- println("geldi")
45
val paymentEventHandlers = PluginEventManager.getEventListeners<PaymentEventListener>()
46
47
paymentEventHandlers.forEach {
0 commit comments