mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-11 02:02:22 +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):
|
||||
print("hello world!")
|
||||
file_path = data["path"]
|
||||
with open(file_path, "r") as file:
|
||||
svg_data = file.read()
|
||||
|
||||
Reference in New Issue
Block a user