修改一处无意义代码

移除忘了删的调试代码
This commit is contained in:
MrZ626
2021-10-17 23:25:57 +08:00
parent dea01ffed6
commit 221e252acb
3 changed files with 2 additions and 10 deletions

View File

@@ -19,9 +19,7 @@ return{
return
L>=2 and 5 or
L>=1 and 4 or
L>=0 and 3 or
2
3
end
end,
}