mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +01:00
flame: removing testing code
This commit is contained in:
parent
8adc26c278
commit
f4ece8fd5e
1 changed files with 1 additions and 1 deletions
|
|
@ -63,7 +63,7 @@ class FlamePrelaunch(PreLaunchHook):
|
|||
_db_p_data = project_doc["data"]
|
||||
width = _db_p_data["resolutionWidth"]
|
||||
height = _db_p_data["resolutionHeight"]
|
||||
fps = float(_db_p_data["fps_string"])
|
||||
fps = float(_db_p_data["fps"])
|
||||
|
||||
project_data = {
|
||||
"Name": project_doc["name"],
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue