Skip to content

Commit 698d22a

Browse files
committed
Removed Log
1 parent adeea52 commit 698d22a

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

  • engine/Sandbox.Engine/Systems/UI/Controls

engine/Sandbox.Engine/Systems/UI/Controls/Image.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@ public Image()
2323
/// </summary>
2424
public async void SetTexture( string name )
2525
{
26-
Log.Info( $"Image.SetTexture: {name}" );
2726
if ( string.IsNullOrWhiteSpace( name ) ) return;
2827
if ( !IsValid ) return;
2928

0 commit comments

Comments
 (0)