Commit c09a5c81b0d30ea15b06a922e07f76fa117b9d83
1 parent
9befba92
删除console.log
Showing
1 changed file
with
0 additions
and
7 deletions
src/js/gbreplayer.js
| ... | ... | @@ -931,7 +931,6 @@ $(function(){ |
| 931 | 931 | dataType: "json", |
| 932 | 932 | contentType: "application/json", |
| 933 | 933 | success: function(data){ |
| 934 | - console.log(data); | |
| 935 | 934 | $(window).unbind('beforeunload'); |
| 936 | 935 | var _data = { |
| 937 | 936 | "programId": data.codeReplayId, |
| ... | ... | @@ -998,7 +997,6 @@ $(function(){ |
| 998 | 997 | recorder.pause(); // 音频暂停 |
| 999 | 998 | } |
| 1000 | 999 | $("#comprun").data('run', 0); |
| 1001 | - console.log($("#comprun").data('run')); | |
| 1002 | 1000 | // 暂停录制 |
| 1003 | 1001 | var pauseState = $('#pause').data('pause'); |
| 1004 | 1002 | if(pauseState == 1 && _role == 0){ |
| ... | ... | @@ -1021,7 +1019,6 @@ $(function(){ |
| 1021 | 1019 | playTime: 0 |
| 1022 | 1020 | }; |
| 1023 | 1021 | GBCodePlayBack.records.push(recordobj); |
| 1024 | - console.log(GBCodePlayBack.records); | |
| 1025 | 1022 | |
| 1026 | 1023 | $('#pause').data('status', '1'); |
| 1027 | 1024 | $('#pause').data('pause', '0'); |
| ... | ... | @@ -1030,7 +1027,6 @@ $(function(){ |
| 1030 | 1027 | |
| 1031 | 1028 | $('.pause-shodow').removeClass('hidden').addClass('show'); |
| 1032 | 1029 | |
| 1033 | - console.log('0000---1111') | |
| 1034 | 1030 | } |
| 1035 | 1031 | |
| 1036 | 1032 | var code = (typeof GBCodePlayBack.htmleditor !=='undefined' && GBCodePlayBack.htmleditor.getValue()) |
| ... | ... | @@ -1374,7 +1370,6 @@ $(function(){ |
| 1374 | 1370 | }; |
| 1375 | 1371 | GBCodePlayBack.records.push(recordobj); |
| 1376 | 1372 | GBCodePlayBack.record_startime = currenttime; //设定起始时间 |
| 1377 | - console.log(GBCodePlayBack.records); | |
| 1378 | 1373 | }, |
| 1379 | 1374 | changeValueCallback: function(record, replay_type, offset) { |
| 1380 | 1375 | var obj = record.changeobj, |
| ... | ... | @@ -1414,8 +1409,6 @@ $(function(){ |
| 1414 | 1409 | }else{ |
| 1415 | 1410 | GBCodePlayBack.triggertotal += 1; |
| 1416 | 1411 | } |
| 1417 | - | |
| 1418 | - console.log(record); | |
| 1419 | 1412 | |
| 1420 | 1413 | /*计算播放进度*/ |
| 1421 | 1414 | var percertage = '0%', | ... | ... |