Skip to content
Snippets Groups Projects
Unverified Commit dd327668 authored by Aaron Ogle's avatar Aaron Ogle
Browse files

Remove console.log

parent 451bb12e
No related branches found
No related tags found
No related merge requests found
...@@ -6,9 +6,7 @@ answers = {} ...@@ -6,9 +6,7 @@ answers = {}
class configure class configure
constructor: (@interaction) -> constructor: (@interaction) ->
console.log('INTERACTION!!!', @interaction)
process: (msg) => process: (msg) =>
console.log('PROCESS!!!', msg)
if @interaction.roleRequired? if @interaction.roleRequired?
#TODO: Check if user has role needed #TODO: Check if user has role needed
console.log('ROLE REQUIRED...', @interaction.roleRequired) console.log('ROLE REQUIRED...', @interaction.roleRequired)
......
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