diff --git a/lib/robot.js b/lib/robot.js index 4b7ce8b..054c26b 100644 --- a/lib/robot.js +++ b/lib/robot.js @@ -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 *