From 223bd88f077a3ffc8037d2e33773905649549a09 Mon Sep 17 00:00:00 2001
From: Levatax <levatax@randomchars.net>
Date: Sun, 8 Aug 2021 14:21:34 +0300
Subject: [PATCH] remove debug messages

---
 command.go | 2 --
 1 file changed, 2 deletions(-)

diff --git a/command.go b/command.go
index 8496a0d..796c1ac 100644
--- a/command.go
+++ b/command.go
@@ -102,8 +102,6 @@ func init() {
 
 				// Check content
 				if !nameRegex.MatchString(name) {
-					println(context.Fields[0])
-					println(context.Fields[1])
 					context.SendMessage("Name is invalid.")
 					return
 				}
-- 
GitLab