mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-27 21:14:01 +02:00
IDE: less hints
This commit is contained in:
parent
925e2e7370
commit
7e55e32dc6
@ -6429,7 +6429,8 @@ var
|
||||
begin
|
||||
Result:=mrCancel;
|
||||
|
||||
debugln('TMainIDE.DoOpenProjectFile A "'+AFileName+'"');
|
||||
if ConsoleVerbosity>=0 then
|
||||
debugln('Hint: (lazarus) [TMainIDE.DoOpenProjectFile] "'+AFileName+'"');
|
||||
{$IFDEF IDE_MEM_CHECK}CheckHeapWrtMemCnt('TMainIDE.DoOpenProjectFile A');{$ENDIF}
|
||||
if ExtractFileNameOnly(AFileName)='' then exit;
|
||||
OriginalFilename:=AFileName;
|
||||
|
Loading…
Reference in New Issue
Block a user