mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-23 21:58:46 +00:00
remove left over print :)
This commit is contained in:
@@ -55,7 +55,6 @@ class WebNamespace(socketio.AsyncNamespace):
|
|||||||
)
|
)
|
||||||
|
|
||||||
async def on_get_svg(self, sid, data):
|
async def on_get_svg(self, sid, data):
|
||||||
print("hello world!")
|
|
||||||
file_path = data["path"]
|
file_path = data["path"]
|
||||||
with open(file_path, "r") as file:
|
with open(file_path, "r") as file:
|
||||||
svg_data = file.read()
|
svg_data = file.read()
|
||||||
|
|||||||
Reference in New Issue
Block a user