Remove extra editor logging

pull/1571/head
Nick O'Leary 2018-01-23 11:28:47 +00:00
parent cf34716a57
commit a9ece5772d
No known key found for this signature in database
GPG Key ID: 4F2157149161A6C9
1 changed files with 1 additions and 1 deletions

View File

@ -1385,7 +1385,7 @@ RED.projects = (function() {
function sendRequest(options,body) {
// dialogBody.hide();
console.log(options.url,body);
// console.log(options.url,body);
if (options.requireCleanWorkspace && RED.nodes.dirty()) {
var thenCallback;