Browse Source

去掉打印

wuyongxiang 4 years ago
parent
commit
f47e7fc6e3
2 changed files with 2 additions and 1 deletions
  1. 1 1
      screenAndroid/WXdraw.js
  2. 1 0
      screenAndroid/WXtrialInterface.html

+ 1 - 1
screenAndroid/WXdraw.js

@@ -124,7 +124,7 @@ wsss.onmessage = function(event) {
 	// resets.errorMsg && alert(resets.errorMsg)
 	// resolving = resets.data.orientation
 	// if (resolving == 1) {} else {}
-	console.log('>>>resolvingresolvingresolving', resolving)
+	// console.log('>>>resolvingresolvingresolving', resolving)
 
 };
 wsss.onclose = function(event) {

+ 1 - 0
screenAndroid/WXtrialInterface.html

@@ -451,6 +451,7 @@
 					if (data.video != null) //喂视频
 					{
 						if (isFeed) {
+							console.log("渲染视频");
 							jmuxer.feed(data);
 						}