Commit 8d0c3525 authored by 神楽坂玲奈's avatar 神楽坂玲奈

clean debug print in new.htm

parent 290fb617
...@@ -32,9 +32,6 @@ ...@@ -32,9 +32,6 @@
}else{ }else{
if(last_id){ if(last_id){
var t = last_id | (side << 29) | (count << 27) var t = last_id | (side << 29) | (count << 27)
alert(t)
alert(encode(t))
alert('---')
result += encode(last_id | (side << 29) | (count << 27)) result += encode(last_id | (side << 29) | (count << 27))
} }
last_id = id last_id = id
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment