Skip to content

Commit f698e87

Browse files
committed
联合分割
1 parent 5596004 commit f698e87

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

dsweb-front/src/lib.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,6 @@ pub fn start_websocket(canvas_id: &str, host: &str) -> Result<WebSocket, JsValue
7979
let temp = &row_recv[..end];
8080
row_recv = &row_recv[end..];
8181
let k = ((temp[0] as usize) << 8) | (temp[1] as usize);
82-
console_log!("{}", k);
8382
real_img
8483
.chunks_exact_mut(4)
8584
.zip((temp[2..]).chunks_exact(3))

0 commit comments

Comments
 (0)