Removes a debug statement. Fixes #32.

This commit is contained in:
Marcus Whybrow 2012-06-28 12:01:03 +01:00
parent 609b0e73e5
commit 3d9303d269

View File

@ -1963,8 +1963,6 @@ server_world_init() {
server_load_config() {
local name value
echo "server: ${SERVER_NAME[$1]}"
if [[ -f "${SERVER_CONF[$1]}" ]]; then
while read line; do
# ignore comment lines