Commit c09a5c81b0d30ea15b06a922e07f76fa117b9d83

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