diff --git a/rcvd.js b/rcvd.js index 18c863b..f926c91 100644 --- a/rcvd.js +++ b/rcvd.js @@ -99,8 +99,7 @@ RCVD = (function(nav) { var p = plist.shift() if(p) //we still have properties execReadCmd.apply(null, p) - //.then(execWriteCmd) - .then(x => {console.log('read-write:', p, x);return execWriteCmd(x)}) + .then(execWriteCmd) .then(cycle).catch(rej) else //properties over res()