Skip to content

Commit

Permalink
chore(plugin): remove debug
Browse files Browse the repository at this point in the history
  • Loading branch information
iGabyTM committed Jul 28, 2024
1 parent a6199b6 commit ec91508
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,6 @@ class DebugCommand(plugin: ArcaneVouchers) : ArcaneCommand(plugin) {
val obj = JsonObject()
obj.add("settings", GSON.toJsonTree(src.settings, VoucherSettings::class.java))
obj.add("actions", actions)
obj.addProperty("_meta", String(Base64.getEncoder().encode("${UUID.randomUUID()}]\nu:%%__USER__%%\n[${UUID.randomUUID()}]\nn:%%__NONCE__%%\n[${UUID.randomUUID()}]\nbbb:%%__BUILTBYBIT__%%\n[${UUID.randomUUID()}]\np:%%__POLYMART__%%\n[${UUID.randomUUID()}".toByteArray())))
return obj
}

Expand Down

0 comments on commit ec91508

Please sign in to comment.