Remove leftover comment

This commit is contained in:
Andrew Stewart 2015-06-09 07:08:46 -07:00
parent 6cccc41aff
commit 68ab6ad441
1 changed files with 0 additions and 4 deletions

View File

@ -110,10 +110,6 @@ Robot.randomName = function() {
return "Robot " + (Math.floor(Math.random() * 100000));
};
// Public: Expresses the Robot in a JSON-serializable format
//
// Returns an Object containing Robot data
/**
* Condenses information on a Robot to a JSON-serializable format
*