Post debug logs as non public gists
// FREEBIE
This commit is contained in:
parent
07702c4ee5
commit
ea87062d92
1 changed files with 0 additions and 1 deletions
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue