From 5ab6003e0fe0f3d9f781dfd7b1e79de7eb407d11 Mon Sep 17 00:00:00 2001 From: madmaxoft Date: Wed, 2 Oct 2013 08:50:43 +0200 Subject: APIDump: Removed ignored classes logging. --- MCServer/Plugins/APIDump/main.lua | 2 -- 1 file changed, 2 deletions(-) (limited to 'MCServer/Plugins/APIDump/main.lua') diff --git a/MCServer/Plugins/APIDump/main.lua b/MCServer/Plugins/APIDump/main.lua index 6dc2f8a3e..aaeebecbb 100644 --- a/MCServer/Plugins/APIDump/main.lua +++ b/MCServer/Plugins/APIDump/main.lua @@ -335,8 +335,6 @@ function ReadDescriptions(a_API) for i, cls in ipairs(a_API) do if not(IsClassIgnored(cls.Name)) then table.insert(APICopy, cls); - else - LOG("Ignoring class " .. cls.Name); end end for i = 1, #a_API do -- cgit v1.2.3