diff --git a/js/VideoPlayer_framework.js b/js/VideoPlayer_framework.js index a144554..d164e7e 100644 --- a/js/VideoPlayer_framework.js +++ b/js/VideoPlayer_framework.js @@ -81,7 +81,7 @@ var fluid_1_5 = fluid_1_5 || {}; var newValue = fluid.get(that.pentModel, key); // synthetic change summarising ultimate individual effect of pent change var synthChange = {type: "ADD", path: key, value: newValue}; - console.log("Replaying pent change ", synthChange, " to target ", target); + // console.log("Replaying pent change ", synthChange, " to target ", target); var changes = value.func(newValue, key, target, [synthChange]); fluid.requestChanges(target.applier, changes); } diff --git a/lib/infusion/MyInfusion.js b/lib/infusion/MyInfusion.js index 716cfb1..c37b863 100644 --- a/lib/infusion/MyInfusion.js +++ b/lib/infusion/MyInfusion.js @@ -23489,7 +23489,7 @@ var fluid_1_5 = fluid_1_5 || {}; }; fluid.uiEnhancer.updateModel = function (newModel, applier) { - console.log("******\n******* UIEnhancer updateModel ", newModel, " applier " + applier.changeid); + //console.log("******\n******* UIEnhancer updateModel ", newModel, " applier " + applier.changeid); applier.requestChange("", newModel); }; @@ -24338,7 +24338,7 @@ var fluid_1_5 = fluid_1_5 || {}; }); fluid.uiOptions.finalInit = function (that) { - console.log("!@!@!@!@!\n!@!@!@!@ uiOptions finalInit, change to applier ", that.applier.changeid); + //console.log("!@!@!@!@!\n!@!@!@!@ uiOptions finalInit, change to applier ", that.applier.changeid); that.applier.requestChange("selections", fluid.copy(that.settingsStore.fetch())); /**