From 1366b4bfbc4c3dd32245d134fb7c28d04fd2466f Mon Sep 17 00:00:00 2001 From: mattias Date: Sat, 27 Sep 2008 15:54:27 +0000 Subject: [PATCH] clean up git-svn-id: trunk@16771 - --- ide/main.pp | 1 - 1 file changed, 1 deletion(-) diff --git a/ide/main.pp b/ide/main.pp index cfa2cdb27f..c3e2180a52 100644 --- a/ide/main.pp +++ b/ide/main.pp @@ -4238,7 +4238,6 @@ begin end; NewCodeBuffer:=CodeToolBoss.CreateFile(NewFilename); - DebugLn(['TMainIDE.CreateNewCodeBuffer ',NewFilename,' ',NewCodeBuffer.IsDeleted,' ',NewCodeBuffer.Source]); if NewCodeBuffer<>nil then Result:=mrOk else