We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent adeea52 commit 698d22aCopy full SHA for 698d22a
1 file changed
engine/Sandbox.Engine/Systems/UI/Controls/Image.cs
@@ -23,7 +23,6 @@ public Image()
23
/// </summary>
24
public async void SetTexture( string name )
25
{
26
- Log.Info( $"Image.SetTexture: {name}" );
27
if ( string.IsNullOrWhiteSpace( name ) ) return;
28
if ( !IsValid ) return;
29
0 commit comments