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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy