Commit 8a698312eb1d8697f9bb657f12053c444f10bc94
1 parent
a04d3458
灰度上线
Showing
4 changed files
with
4 additions
and
6 deletions
dist/js/gbreplayer.js
| ... | ... | @@ -1319,7 +1319,6 @@ $(function(){ |
| 1319 | 1319 | changeValueCallback: function(record, replay_type, offset) { |
| 1320 | 1320 | var obj = record.changeobj, |
| 1321 | 1321 | editor = record.editor; |
| 1322 | - console.log(record); | |
| 1323 | 1322 | return function() { |
| 1324 | 1323 | if(editor==='html'){ |
| 1325 | 1324 | processChangeObject(GBCodePlayBack.htmlplayereditor, obj); | ... | ... |
dist/js/util/util.js
| ... | ... | @@ -41,7 +41,7 @@ getCDNFile = function (cdnUrl) { |
| 41 | 41 | $w.utils = $w.utils || utils; |
| 42 | 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 | 1319 | changeValueCallback: function(record, replay_type, offset) { |
| 1320 | 1320 | var obj = record.changeobj, |
| 1321 | 1321 | editor = record.editor; |
| 1322 | - console.log(record); | |
| 1323 | 1322 | return function() { |
| 1324 | 1323 | if(editor==='html'){ |
| 1325 | 1324 | processChangeObject(GBCodePlayBack.htmlplayereditor, obj); | ... | ... |
src/js/util/util.js
| ... | ... | @@ -41,7 +41,7 @@ getCDNFile = function (cdnUrl) { |
| 41 | 41 | $w.utils = $w.utils || utils; |
| 42 | 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 | ... | ... |