remove dumb comment

This commit is contained in:
Erik 2015-05-18 18:43:26 -04:00
parent a6f68e7b70
commit 77ed87d0d4

View File

@ -19,7 +19,6 @@ socket.on("currentAmount") {data, ack in
} }
} }
// Connect
socket.connect() socket.connect()
``` ```