diff --git a/App.py b/App.py index 9ae7626..be9f2d5 100644 --- a/App.py +++ b/App.py @@ -39,8 +39,7 @@ def init_demo(): #Demo purpose traktor.reset_pos(pole) bfsRoot = Tractor.BFS({"x": 0, "y": 0, "direction": "E", "hydradeIndex": traktor.slot_hydrate_dict}) bfsRoot.reverse() - print(bfsRoot) - # ui.render_text(string_to_print="traktor porusza się ścieżką bfs") + # ui.render_text_to_console(string_to_print="traktor porusza się ścieżką bfs") traktor.move_by_root(bfsRoot, pole, [traktor.irrigateSlot]) start_flag=False # demo_move()