From ea87062d924368e2c9a6c2000b6f9d6aa7d83d18 Mon Sep 17 00:00:00 2001 From: lilia Date: Wed, 25 Nov 2015 10:28:30 -0800 Subject: [PATCH] Post debug logs as non public gists // FREEBIE --- js/debugLog.js | 1 - 1 file changed, 1 deletion(-) diff --git a/js/debugLog.js b/js/debugLog.js index 53b9a27f0..9ae4b0b12 100644 --- a/js/debugLog.js +++ b/js/debugLog.js @@ -26,7 +26,6 @@ } return new Promise(function(resolve) { $.post('https://api.github.com/gists', textsecure.utils.jsonThing({ - "public": true, "files": { "debugLog.txt": { "content": log } } })).then(function(response) { console._log('Posted debug log to ', response.html_url);