+ Removed debug statement

git-svn-id: trunk@3163 -
This commit is contained in:
michael 2006-04-07 13:08:01 +00:00
parent 81d0c485f8
commit 439f1401fe

View File

@ -1499,7 +1499,6 @@ begin
Result:=InitialiseMySQL(Mysqllib);
end;
Function dlerror : pchar; cdecl; external;
Function InitialiseMysql(Const LibraryName : String) : Integer;
@ -1510,7 +1509,6 @@ begin
MysqlLibraryHandle := loadlibrary(LibraryName);
if (MysqlLibraryHandle=nilhandle) then
begin
writeln(dlerror);
Raise EInOutError.CreateFmt(SLoadFailed,[LibraryName]);
end;
Inc(RefCount);