Skip to content

Commit d3fa3d9

Browse files
committed
refactor: remove duplicate PrefabStageUtility call
1 parent 35637d3 commit d3fa3d9

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

MCPForUnity/Editor/Resources/Editor/PrefabStage.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ public static object HandleCommand(JObject @params)
1515
{
1616
try
1717
{
18-
PrefabStageUtility.GetCurrentPrefabStage();
1918
var stage = PrefabStageUtility.GetCurrentPrefabStage();
2019

2120
if (stage == null)

0 commit comments

Comments
 (0)