Commit 5f6503d8 authored by Yuan Zhixiang's avatar Yuan Zhixiang
Browse files

移除调试代码

parent 076e4451
...@@ -14,7 +14,6 @@ const command = computed(()=>{ ...@@ -14,7 +14,6 @@ const command = computed(()=>{
function click(){ function click(){
const cmd = command.value const cmd = command.value
console.log(cmd)
if(cmd == '?'){ if(cmd == '?'){
stdin_input.value = 'available commands:\n/show_new_vars' stdin_input.value = 'available commands:\n/show_new_vars'
} }
......
Supports Markdown
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