Skip to content

Commit fb5d308

Browse files
committed
Remove the explicit logging configuration.
1 parent 33bba67 commit fb5d308

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

  • {{ cookiecutter.format }}/{{ cookiecutter.class_name }}

{{ cookiecutter.format }}/{{ cookiecutter.class_name }}/main.m

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,8 +54,6 @@ int main(int argc, char *argv[]) {
5454
preconfig.utf8_mode = 1;
5555
// Ensure the locale is set (isolated interpreters won't by default)
5656
preconfig.configure_locale = 1;
57-
// Explicitly stdout to the system log
58-
config.use_system_logger = 1;
5957
// Don't buffer stdio. We want output to appears in the log immediately
6058
config.buffered_stdio = 0;
6159
// Don't write bytecode; we can't modify the app bundle

0 commit comments

Comments
 (0)