From 465c14c04a2e814a4831a9950d803a084cc1dec8 Mon Sep 17 00:00:00 2001 From: Wojtek Figat Date: Tue, 6 Feb 2024 15:06:29 +0100 Subject: [PATCH] Remove leftover log --- Source/Editor/Viewport/ViewportDraggingHelper.cs | 1 - 1 file changed, 1 deletion(-) diff --git a/Source/Editor/Viewport/ViewportDraggingHelper.cs b/Source/Editor/Viewport/ViewportDraggingHelper.cs index 52e52b37f..bf4ec7979 100644 --- a/Source/Editor/Viewport/ViewportDraggingHelper.cs +++ b/Source/Editor/Viewport/ViewportDraggingHelper.cs @@ -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;