From 38c4369bd4b3f7404c5cc388d565ecc9873b922c Mon Sep 17 00:00:00 2001 From: Laurence Maultsby Date: Thu, 20 Oct 2016 21:51:55 -0400 Subject: [PATCH] Removed commented out code Signed-off-by: Laurence Maultsby --- skyquake/plugins/logging/src/loggingSource.js | 6 ------ 1 file changed, 6 deletions(-) diff --git a/skyquake/plugins/logging/src/loggingSource.js b/skyquake/plugins/logging/src/loggingSource.js index c83b322d3..bf2f06a00 100644 --- a/skyquake/plugins/logging/src/loggingSource.js +++ b/skyquake/plugins/logging/src/loggingSource.js @@ -66,14 +66,8 @@ export default { return new Promise(function(resolve, reject) { let promises = []; let remove = null; - // $.ajax({ - // url: 'https://10.66.202.130:8008/api/config/logging/allow/duplicate', - // type: 'DELETE', - // beforeSend: Utils.addAuthorizationStub - // }) if(loggingConfig.hasOwnProperty('allowDuplicateEvents')) { promises.push($.ajax({ - // url: apiUrl('api/config/default-severity'), url: apiUrl('api/config/allow-duplicate-events'), type: 'PUT', beforeSend: Utils.addAuthorizationStub, -- 2.17.1