|
@@ -35,7 +35,7 @@ public class HttpHandler : MonoBehaviour
|
|
|
get_text = webRequest.downloadHandler.text;
|
|
|
//Debug.Log(webRequest.downloadHandler.text);
|
|
|
}
|
|
|
- LogHandle.LogInfo(get_text);
|
|
|
+ //LogHandle.LogInfo(get_text);
|
|
|
}
|
|
|
}
|
|
|
|
|
@@ -55,7 +55,7 @@ public class HttpHandler : MonoBehaviour
|
|
|
post_text = webRequest.downloadHandler.text;
|
|
|
//Debug.Log(webRequest.downloadHandler.text);
|
|
|
}
|
|
|
- LogHandle.LogInfo(post_text);
|
|
|
+ //LogHandle.LogInfo(post_text);
|
|
|
}
|
|
|
}
|
|
|
|
|
@@ -75,7 +75,7 @@ public class HttpHandler : MonoBehaviour
|
|
|
action(get_text);
|
|
|
//Debug.Log(webRequest.downloadHandler.text);
|
|
|
}
|
|
|
- LogHandle.LogInfo(get_text);
|
|
|
+ //LogHandle.LogInfo(get_text);
|
|
|
}
|
|
|
}
|
|
|
public static IEnumerator Get(string url, string name,Action<string,string> action)
|
|
@@ -96,7 +96,7 @@ public class HttpHandler : MonoBehaviour
|
|
|
}
|
|
|
//Debug.Log(url + " " + name);
|
|
|
//LogHandle.LogInfo(url+" "+name);
|
|
|
- LogHandle.LogInfo(get_text);
|
|
|
+ //LogHandle.LogInfo(get_text);
|
|
|
}
|
|
|
}
|
|
|
[Obsolete]
|
|
@@ -124,7 +124,7 @@ public class HttpHandler : MonoBehaviour
|
|
|
//Debug.Log(webRequest.downloadHandler.text);
|
|
|
action(post_text);
|
|
|
}
|
|
|
- LogHandle.LogInfo(post_text);
|
|
|
+ //LogHandle.LogInfo(post_text);
|
|
|
}
|
|
|
}
|
|
|
[Obsolete]
|
|
@@ -152,7 +152,7 @@ public class HttpHandler : MonoBehaviour
|
|
|
//Debug.Log(webRequest.downloadHandler.text);
|
|
|
action(post_text,id);
|
|
|
}
|
|
|
- LogHandle.LogInfo(post_text);
|
|
|
+ //LogHandle.LogInfo(post_text);
|
|
|
}
|
|
|
}
|
|
|
}
|