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() {
// Check content
if !nameRegex.MatchString(name) {
println(context.Fields[0])
println(context.Fields[1])
context.SendMessage("Name is invalid.")
return
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment