remove unnecessary print

This commit is contained in:
Enno Rehling 2014-08-07 13:19:56 +02:00
parent b90b744287
commit 9606675168
1 changed files with 0 additions and 1 deletions

View File

@ -3,7 +3,6 @@ if config.paths ~= nil then
package.path = package.path .. ';' .. path .. '/?.lua;' .. path .. '/?/init.lua'
end
end
print(package.path)
require 'eressea.resources'
require 'eressea.spells'