Remove debug logs from production
This commit is contained in:
parent
fb3e0da610
commit
e53db2c345
@ -109,7 +109,6 @@ func ListenForCommand(e *events.ApplicationCommandInteractionCreate) {
|
||||
jsonData := jsonDataStruct{}
|
||||
jsonDataBytes, _ := json.Marshal(readData)
|
||||
json.Unmarshal(jsonDataBytes, &jsonData)
|
||||
fmt.Println(jsonData)
|
||||
|
||||
banRecordsCh, _ := e.SlashCommandInteractionData().OptChannel("ban-records")
|
||||
googleSheetsURL, _ := e.SlashCommandInteractionData().OptString("google-sheets")
|
||||
@ -171,7 +170,6 @@ func ListenForCommand(e *events.ApplicationCommandInteractionCreate) {
|
||||
}
|
||||
}
|
||||
|
||||
fmt.Printf("google-sheets: %v\n", googleSheetsURL)
|
||||
if err := e.CreateMessage(discord.MessageCreate{
|
||||
Embeds: []discord.Embed{{Title: "Config saved!", Color: mainEmbedColor}},
|
||||
}); err != nil {
|
||||
|
Reference in New Issue
Block a user