From 164ea5adbda991bf328566fb1b0525f67b1efcc7 Mon Sep 17 00:00:00 2001 From: Killian Date: Mon, 15 Jun 2020 23:28:32 +0200 Subject: [PATCH] Removed log in Blink.js --- package.json | 2 +- src/module/gif/blink.js | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/package.json b/package.json index 6da8947..ca50286 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "discord-image-generation", - "version": "1.0.7", + "version": "1.0.8", "description": "discord-image-generation is a powerfull module that allow you to generate awesome images.", "main": "src/index.js", "scripts": { diff --git a/src/module/gif/blink.js b/src/module/gif/blink.js index 1775b24..22ba398 100644 --- a/src/module/gif/blink.js +++ b/src/module/gif/blink.js @@ -32,7 +32,6 @@ module.exports = class Blink { ctx2.drawImage(base, 0, 0, 480, 480); GIF.addFrame(ctx2) GIF.finish(); - console.log(GIF.out.getData()) return GIF.out.getData(); } } \ No newline at end of file