X-Git-Url: https://deadsoftware.ru/gitweb?p=d2df-editor.git;a=blobdiff_plain;f=src%2Feditor%2Ff_main.pas;h=b7e3dd36a663217c2c78d8166f2e32f606aae8cd;hp=1d1d2ce5da316808b4db68c1e3fb168ed1ac12f8;hb=7bc9ae2fc0204a6412aa1cb5f05f0ffa8d1870ac;hpb=ce2fbcabd169f7ae0ebcffaba3c01e41050aa4e2 diff --git a/src/editor/f_main.pas b/src/editor/f_main.pas index 1d1d2ce..b7e3dd3 100644 --- a/src/editor/f_main.pas +++ b/src/editor/f_main.pas @@ -2650,7 +2650,6 @@ begin EditorDir := ExtractFilePath(Application.ExeName); - e_InitLog(EditorDir+'Editor.log', WM_NEWFILE); e_WriteLog('Doom 2D: Forever Editor version ' + EDITOR_VERSION, MSG_NOTIFY); e_WriteLog('Build date: ' + EDITOR_BUILDDATE + ' ' + EDITOR_BUILDTIME, MSG_NOTIFY); e_WriteLog('Build hash: ' + g_GetBuildHash(), MSG_NOTIFY);