Skip to content

Commit

Permalink
chore(arcade): remove print in final whiteboard
Browse files Browse the repository at this point in the history
  • Loading branch information
PappaNiels committed Aug 15, 2023
1 parent 2c59cbd commit 8ed4629
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/arcade.lua
Original file line number Diff line number Diff line change
Expand Up @@ -667,7 +667,7 @@ local function UpdateList(list, button)
ToDoList(i, 2)
end
elseif boardUsing == 3 then
print(boardUsing, button, todoList[3][2])
--print(boardUsing, button, todoList[3][2])
todoList[boardUsing][button][2] = true

--if approach == 2 then
Expand Down

0 comments on commit 8ed4629

Please sign in to comment.