IDE: less verbosity

git-svn-id: trunk@41417 -
This commit is contained in:
mattias 2013-05-26 12:53:21 +00:00
parent 9a518d7730
commit 047c8fcb6d

View File

@ -352,7 +352,7 @@ begin
end; end;
if (not (ctfSourceEditorNotNeeded in Flags)) and (SourceEditorManager.SourceEditorCount=0) if (not (ctfSourceEditorNotNeeded in Flags)) and (SourceEditorManager.SourceEditorCount=0)
then begin then begin
DebugLn('TMainIDEBase.BeginCodeTool no source editor'); //DebugLn('TMainIDEBase.BeginCodeTool no source editor');
exit; exit;
end; end;