From e9f3cef805c6f33877a36546b0ed6c1d337149f0 Mon Sep 17 00:00:00 2001 From: Charlie Crane Date: Mon, 20 May 2024 12:32:03 +0100 Subject: [PATCH] #2560 - Removing a sys_log.show() call in create-simulation_demo notebook that was used for debugging. --- .../simulator/_package_data/create-simulation_demo.ipynb | 9 --------- 1 file changed, 9 deletions(-) diff --git a/src/primaite/simulator/_package_data/create-simulation_demo.ipynb b/src/primaite/simulator/_package_data/create-simulation_demo.ipynb index 0ab0c1f4..06ecd4be 100644 --- a/src/primaite/simulator/_package_data/create-simulation_demo.ipynb +++ b/src/primaite/simulator/_package_data/create-simulation_demo.ipynb @@ -148,15 +148,6 @@ "my_server.file_system.create_file(\"favicon.ico\", file_type=FileType.PNG)" ] }, - { - "cell_type": "code", - "execution_count": null, - "metadata": {}, - "outputs": [], - "source": [ - "my_server.sys_log.show()" - ] - }, { "cell_type": "markdown", "metadata": {},