removed console.log()

This commit is contained in:
Maxim Devaev 2023-03-18 17:42:14 +02:00
parent fd6f738a07
commit 94d2f20d1f

View File

@ -136,7 +136,6 @@ export function Msd() {
try {
let end = __http.responseText.lastIndexOf("\r\n");
if (end < 0) {
console.log(1);
end = __http.responseText.length;
}
let begin = __http.responseText.lastIndexOf("\r\n", end - 2);