summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFaceDeer <derksenmobile@gmail.com>2017-01-27 19:44:46 -0700
committerFaceDeer <derksenmobile@gmail.com>2017-01-27 19:44:46 -0700
commitbe3bab36e464b351167677cd89566bc9370cc909 (patch)
tree74cd0e3e271739266ea672b9094d791980a7e5df
parentbfa9af888abb7b482095d81548194075be913556 (diff)
Remove a stray debug string
-rw-r--r--doc.lua2
1 files changed, 0 insertions, 2 deletions
diff --git a/doc.lua b/doc.lua
index b72613c..31d27ce 100644
--- a/doc.lua
+++ b/doc.lua
@@ -6,8 +6,6 @@ end
local pipeworks_enabled = minetest.get_modpath("pipeworks") ~= nil
-minetest.debug("pipeworks_enabled", dump(pipeworks_enabled))
-
digtron.doc.core_longdesc = "A crafting component used in the manufacture of all Digtron block types."
digtron.doc.core_usagehelp = "Place the Digtron Core in the center of the crafting grid. All Digtron recipes consist of arranging various other materials around the central Digtron Core."