mirror of https://github.com/node-red/node-red.git
Remove extra editor logging
parent
cf34716a57
commit
a9ece5772d
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue