Commit d8ef8da0 authored by Felipe Artur's avatar Felipe Artur

Remove byebug statement

parent 7ee10318
......@@ -14,7 +14,7 @@ module Boards
def create_board!
board = parent.boards.create(params)
byebug
if board.persisted?
board.lists.create(list_type: :backlog)
board.lists.create(list_type: :closed)
......
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