Skip to content

Commit

Permalink
removed uneeded require
Browse files Browse the repository at this point in the history
  • Loading branch information
Florian Strauss committed Jul 20, 2010
1 parent 4095e9a commit 8cdcab8
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
2 changes: 1 addition & 1 deletion tests/commands/chat.js
@@ -1,4 +1,4 @@
var Weasel = require('../../lib/weasel.server');



exports.chat = function(server, client, params) {
Expand Down
4 changes: 0 additions & 4 deletions tests/commands/move.js
@@ -1,9 +1,5 @@
var Weasel = require('../../lib/weasel.server');


exports.move = function(server, client, params) {


this.response(server.clients, {
sessionId: client.sessionId,
position: {
Expand Down

0 comments on commit 8cdcab8

Please sign in to comment.