mirror of
https://github.com/node-red/node-red.git
synced 2023-10-10 13:36:53 +02:00
Remove extra editor logging
This commit is contained in:
parent
cf34716a57
commit
a9ece5772d
@ -1385,7 +1385,7 @@ RED.projects = (function() {
|
|||||||
|
|
||||||
function sendRequest(options,body) {
|
function sendRequest(options,body) {
|
||||||
// dialogBody.hide();
|
// dialogBody.hide();
|
||||||
console.log(options.url,body);
|
// console.log(options.url,body);
|
||||||
|
|
||||||
if (options.requireCleanWorkspace && RED.nodes.dirty()) {
|
if (options.requireCleanWorkspace && RED.nodes.dirty()) {
|
||||||
var thenCallback;
|
var thenCallback;
|
||||||
|
Loading…
Reference in New Issue
Block a user