removed debug statements

CrazyDutchGuy [08-04-14 - 19:27]
removed debug statements
Filename
LibSort-1.0/LibSort-1.0.lua
diff --git a/LibSort-1.0/LibSort-1.0.lua b/LibSort-1.0/LibSort-1.0.lua
index 496c3c1..eaef10a 100644
--- a/LibSort-1.0/LibSort-1.0.lua
+++ b/LibSort-1.0/LibSort-1.0.lua
@@ -1,8 +1,4 @@
 local LibSort, oldminor = LibStub:NewLibrary("LibSort-1.0", 6)
-d("LIBSORT");
-d(LibSort);
-d(oldminor);
-
 if not LibSort then return end	--the same or newer version of this lib is already loaded into memory

 if not LibSort.RegisteredCallbacks then LibSort.RegisteredCallbacks = {} end