diff --git a/commands/fun/face.js b/commands/fun/face.js
index bf33e958..1f42d4aa 100644
--- a/commands/fun/face.js
+++ b/commands/fun/face.js
@@ -29,7 +29,6 @@ module.exports = class faceappCommand extends Command {
     async run(message, { url, type }) {
 
         let Attachment = (message.attachments).array();
-        console.log(Attachment)
         if(!Attachment[0] && !url) {
             return message.say("You need to send an image")
         } else if(url.includes("http") || url.includes("www")) {