Skip to content

Commit

Permalink
Cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
strike-digital committed Jul 7, 2024
1 parent 36b513f commit 606b6d4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pythonFiles/launch.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@
print(json.loads(os.environ["ADDONS_TO_LOAD"]))

try:
# addons_to_load = [blender_vscode.AddonInfo(**info) for info in json.loads(os.environ["ADDONS_TO_LOAD"])]
addons_to_load = []
for info in json.loads(os.environ["ADDONS_TO_LOAD"]):
addon_info = blender_vscode.AddonInfo(**info)
Expand Down

0 comments on commit 606b6d4

Please sign in to comment.