Skip to content

Commit 60506da

Browse files
committed
remove debug file writing
1 parent 71a2329 commit 60506da

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

Dat/FileParsing/SawyerStreamWriter.cs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -188,8 +188,6 @@ static byte[] EncodeRunLengthSingle(ReadOnlySpan<byte> data)
188188
buffer.Write(src[srcNormStart..(srcNormStart + count)]);
189189
}
190190

191-
File.WriteAllBytes("SNDA1-editor.mem", buffer.ToArray());
192-
193191
return buffer.ToArray();
194192
}
195193

0 commit comments

Comments
 (0)