Remove final timing artifact in projects.py

This commit is contained in:
YueGuobin 2026-06-16 00:44:54 +08:00
parent bd15c8d019
commit 286b2407cd
No known key found for this signature in database

View File

@ -609,7 +609,6 @@ async def create_node_from_template(
Required privilege: Node.Allocate
"""
_t0 = _time.time()
template = await TemplatesService(templates_repo).get_template(template_id)