mirror of
https://github.com/ahabhyde/miguelbridge
synced 2025-01-10 14:34:21 +01:00
Nascosto print di debug
This commit is contained in:
parent
9a27f18ca8
commit
b80b154824
@ -145,10 +145,11 @@ public class MatrixBot {
|
|||||||
JSONObject uriFileObj = (JSONObject) new JSONParser().parse(risposta[1]);
|
JSONObject uriFileObj = (JSONObject) new JSONParser().parse(risposta[1]);
|
||||||
String uriFile = (String) uriFileObj.get("content_uri");
|
String uriFile = (String) uriFileObj.get("content_uri");
|
||||||
|
|
||||||
|
/*
|
||||||
System.out.println("Il file è " + uriFile);
|
System.out.println("Il file è " + uriFile);
|
||||||
for (String tmp : risposta)
|
for (String tmp : risposta)
|
||||||
System.out.println(tmp);
|
System.out.println(tmp);
|
||||||
|
*/
|
||||||
|
|
||||||
|
|
||||||
requestUrl = homeUrl + String.format("client/r0/rooms/%s/send/m.room.message?access_token=%s",
|
requestUrl = homeUrl + String.format("client/r0/rooms/%s/send/m.room.message?access_token=%s",
|
||||||
|
Loading…
Reference in New Issue
Block a user