mirror of
https://github.com/mofeng-git/One-KVM.git
synced 2025-12-12 01:00:29 +08:00
removed console.log()
This commit is contained in:
parent
fd6f738a07
commit
94d2f20d1f
@ -136,7 +136,6 @@ export function Msd() {
|
|||||||
try {
|
try {
|
||||||
let end = __http.responseText.lastIndexOf("\r\n");
|
let end = __http.responseText.lastIndexOf("\r\n");
|
||||||
if (end < 0) {
|
if (end < 0) {
|
||||||
console.log(1);
|
|
||||||
end = __http.responseText.length;
|
end = __http.responseText.length;
|
||||||
}
|
}
|
||||||
let begin = __http.responseText.lastIndexOf("\r\n", end - 2);
|
let begin = __http.responseText.lastIndexOf("\r\n", end - 2);
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user