From 098d53447146c1ca19a5ed437d2c94777b511e86 Mon Sep 17 00:00:00 2001 From: mattias Date: Mon, 14 Jul 2014 22:05:17 +0000 Subject: [PATCH] IDE: clean up git-svn-id: trunk@45870 - --- packager/pkgmanager.pas | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packager/pkgmanager.pas b/packager/pkgmanager.pas index a22c2d9b9e..2034f9815b 100644 --- a/packager/pkgmanager.pas +++ b/packager/pkgmanager.pas @@ -3998,7 +3998,7 @@ begin CurIncPath:=aCompilerOptions.ParsedOpts.GetParsedValue(pcosIncludePath); CurSrcPath:=aCompilerOptions.ParsedOpts.GetParsedValue(pcosSrcPath); CurOutPath:=aCompilerOptions.ParsedOpts.GetParsedValue(pcosOutputDir); - debugln(['TPkgManager.CheckUserSearchPaths CompOpts=',aCompilerOptions.GetOwnerName,' UnitPath="',CurUnitPath,'" IncPath="',CurIncPath,'" SrcPath="',CurSrcPath,'" OutPath="',CurOutPath,'"']); + //debugln(['TPkgManager.CheckUserSearchPaths CompOpts=',aCompilerOptions.GetOwnerName,' UnitPath="',CurUnitPath,'" IncPath="',CurIncPath,'" SrcPath="',CurSrcPath,'" OutPath="',CurOutPath,'"']); // create mapping source-directory to package SrcDirToPkg:=PackageGraph.GetMapSourceDirectoryToPackage(aPackage);