Commit 8a698312eb1d8697f9bb657f12053c444f10bc94

Authored by ykxie
1 parent a04d3458

灰度上线

dist/js/gbreplayer.js
@@ -1319,7 +1319,6 @@ $(function(){ @@ -1319,7 +1319,6 @@ $(function(){
1319 changeValueCallback: function(record, replay_type, offset) { 1319 changeValueCallback: function(record, replay_type, offset) {
1320 var obj = record.changeobj, 1320 var obj = record.changeobj,
1321 editor = record.editor; 1321 editor = record.editor;
1322 - console.log(record);  
1323 return function() { 1322 return function() {
1324 if(editor==='html'){ 1323 if(editor==='html'){
1325 processChangeObject(GBCodePlayBack.htmlplayereditor, obj); 1324 processChangeObject(GBCodePlayBack.htmlplayereditor, obj);
dist/js/util/util.js
@@ -41,7 +41,7 @@ getCDNFile = function (cdnUrl) { @@ -41,7 +41,7 @@ getCDNFile = function (cdnUrl) {
41 $w.utils = $w.utils || utils; 41 $w.utils = $w.utils || utils;
42 })(window, jQuery) 42 })(window, jQuery)
43 43
44 -// window.console.log = function(){}  
45 -// window.console.info = function(){} 44 +window.console.log = function(){}
  45 +window.console.info = function(){}
46 46
47 47
src/js/gbreplayer.js
@@ -1319,7 +1319,6 @@ $(function(){ @@ -1319,7 +1319,6 @@ $(function(){
1319 changeValueCallback: function(record, replay_type, offset) { 1319 changeValueCallback: function(record, replay_type, offset) {
1320 var obj = record.changeobj, 1320 var obj = record.changeobj,
1321 editor = record.editor; 1321 editor = record.editor;
1322 - console.log(record);  
1323 return function() { 1322 return function() {
1324 if(editor==='html'){ 1323 if(editor==='html'){
1325 processChangeObject(GBCodePlayBack.htmlplayereditor, obj); 1324 processChangeObject(GBCodePlayBack.htmlplayereditor, obj);
src/js/util/util.js
@@ -41,7 +41,7 @@ getCDNFile = function (cdnUrl) { @@ -41,7 +41,7 @@ getCDNFile = function (cdnUrl) {
41 $w.utils = $w.utils || utils; 41 $w.utils = $w.utils || utils;
42 })(window, jQuery) 42 })(window, jQuery)
43 43
44 -// window.console.log = function(){}  
45 -// window.console.info = function(){} 44 +window.console.log = function(){}
  45 +window.console.info = function(){}
46 46
47 47