mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-28 17:00:57 +02:00
IDE: less hints
git-svn-id: trunk@54426 -
This commit is contained in:
parent
cb2ee6f2c8
commit
241fadfdf9
@ -1236,7 +1236,7 @@ function TLazPackageLinks.AddUserLink(APackage: TIDEPackage): TPackageLink;
|
||||
var
|
||||
OldLink: TPackageLink;
|
||||
begin
|
||||
DebugLn(['TLazPackageLinks.AddUserLink: APackage=', APackage.Filename]);
|
||||
//DebugLn(['Hint: TLazPackageLinks.AddUserLink: APackage=', APackage.Filename]);
|
||||
BeginUpdate;
|
||||
try
|
||||
// check if link already exists
|
||||
@ -1264,7 +1264,7 @@ var
|
||||
LPK: TXMLConfig;
|
||||
PkgVersion: TPkgVersion;
|
||||
begin
|
||||
DebugLn(['TLazPackageLinks.AddUserLink: PkgFilename=', PkgFilename, ', PkgName=', PkgName]);
|
||||
//DebugLn(['Hint: TLazPackageLinks.AddUserLink: PkgFilename=', PkgFilename, ', PkgName=', PkgName]);
|
||||
PkgVersion:=TPkgVersion.Create;
|
||||
LPK:=nil;
|
||||
BeginUpdate;
|
||||
|
Loading…
Reference in New Issue
Block a user