Remove leftover log

This commit is contained in:
Wojtek Figat
2024-02-06 15:06:29 +01:00
parent d33ff4306f
commit 465c14c04a

View File

@@ -110,7 +110,6 @@ namespace FlaxEditor.Viewport
foreach (var scripItem in _dragScriptItem.Objects)
Spawn(scripItem, hit, ref location, ref hitLocation, ref hitNormal);
}
Debug.Log("Hit");
OnDragDrop(new DragDropEventArgs { Hit = hit, HitLocation = hitLocation });
return result;