This commit is contained in:
M66B
2021-12-11 20:47:57 +01:00
parent 3eaef74b3e
commit 9c7252eda0
2 changed files with 1 additions and 7 deletions

View File

@@ -712,13 +712,6 @@ public class ServiceSend extends ServiceBase implements SharedPreferences.OnShar
iservice.getTransport().sendMessage(imessage, to);
end = new Date().getTime();
EntityLog.log(this, "Sent " + via + " elapse=" + (end - start) + " ms");
if (BuildConfig.DEBUG) {
ByteArrayOutputStream bos = new ByteArrayOutputStream();
imessage.writeTo(bos);
for (String line : bos.toString().split("\n"))
Log.i("MMM " + line);
}
} catch (MessagingException ex) {
iservice.dump();
Log.e(ex);