Skip to content

Commit bd96e22

Browse files
committed
Don't need to encode logs any more. this is an open source SDK for public uses now
1 parent 7182f11 commit bd96e22

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

SaffronLogger.as

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ package
120120
trace("Log file located on "+todayFile.nativePath);
121121
todayFileStream = new FileStream();
122122
todayFileStream.openAsync(todayFile,FileMode.WRITE);
123-
todayFileStream.writeShort(-2);
123+
// todayFileStream.writeShort(-2);
124124
}
125125
}
126126

0 commit comments

Comments
 (0)