Skip to content

Commit c0f70d0

Browse files
committed
disable console log
1 parent d5cac5e commit c0f70d0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

CathodeLib/Scripts/CATHODE/Shaders.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -353,7 +353,7 @@ private ShaderType GetTypeFromDXBC(byte[] dxbc)
353353
reader.BaseStream.Position = chunkOffsets[x];
354354

355355
fourcc chunkFourcc = Utilities.Consume<fourcc>(reader);
356-
Console.WriteLine(chunkFourcc.ToString());
356+
//Console.WriteLine(chunkFourcc.ToString());
357357
int chunkSize = reader.ReadInt32();
358358
byte[] chunkContent = reader.ReadBytes(chunkSize);
359359
using (BinaryReader chunkReader = new BinaryReader(new MemoryStream(chunkContent)))

0 commit comments

Comments
 (0)