From 820b9fd762a9b394686e2c9a91b5b8aece67e320 Mon Sep 17 00:00:00 2001 From: Jeremy Mahieu Date: Fri, 1 May 2020 01:11:47 +0200 Subject: [PATCH] Delete unneeded code from imgurDelete --- js/imgur.js | 5 ----- 1 file changed, 5 deletions(-) diff --git a/js/imgur.js b/js/imgur.js index aa0db4d..877ef0a 100644 --- a/js/imgur.js +++ b/js/imgur.js @@ -140,11 +140,6 @@ weechat.factory('imgur', ['$rootScope', 'settings', function($rootScope, setting isClientID = false; } - // Add the image to the provided album if configured to do so - if (!isClientID && settings.iAlb.length >= 6) { - fd.append("album", settings.iAlb); - } - // Create new XMLHttpRequest var xhttp = new XMLHttpRequest();