Skip to content
Snippets Groups Projects
Commit 223bd88f authored by Levatax's avatar Levatax
Browse files

remove debug messages

parent c86ad1c0
No related branches found
No related tags found
No related merge requests found
...@@ -102,8 +102,6 @@ func init() { ...@@ -102,8 +102,6 @@ func init() {
// Check content // Check content
if !nameRegex.MatchString(name) { if !nameRegex.MatchString(name) {
println(context.Fields[0])
println(context.Fields[1])
context.SendMessage("Name is invalid.") context.SendMessage("Name is invalid.")
return return
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment