Skip to content

Commit d552f4c

Browse files
committed
fox
1 parent 91d627d commit d552f4c

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
eval-protocol[svgbench]>=0.2.72

eval_protocol/quickstart/svg_agent/evaluator/utils.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -97,8 +97,6 @@ def render_svg_to_png(svg_code: str, output_path: str) -> bool:
9797
</body>
9898
</html>
9999
"""
100-
logger.info(f"Render start: {time.time()}")
101-
102100
# Setup Chrome options with device emulation for exact dimensions
103101
chrome_options = Options()
104102
chrome_options.add_argument("--headless")
@@ -132,8 +130,6 @@ def render_svg_to_png(svg_code: str, output_path: str) -> bool:
132130
body.screenshot(output_path)
133131

134132
driver.quit()
135-
logger.info(f"Render end: {time.time()}")
136-
137133
return True
138134

139135
finally:

0 commit comments

Comments
 (0)