Skip to content

Commit

Permalink
Removes a debug statement. Fixes #32.
Browse files Browse the repository at this point in the history
  • Loading branch information
Marcus Whybrow committed Jun 28, 2012
1 parent 609b0e7 commit 3d9303d
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions init/msm
Original file line number Diff line number Diff line change
Expand Up @@ -1962,8 +1962,6 @@ server_world_init() {
# $1: The id of the server to laod
server_load_config() {
local name value

echo "server: ${SERVER_NAME[$1]}"

if [[ -f "${SERVER_CONF[$1]}" ]]; then
while read line; do
Expand Down

0 comments on commit 3d9303d

Please sign in to comment.