Delete unneeded code from imgurDelete

This commit is contained in:
Jeremy Mahieu 2020-05-01 01:11:47 +02:00
parent 3c1bb6896f
commit 820b9fd762

View File

@ -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();