From 68ab6ad44134958e87a7f41040a44e182cf5bfc1 Mon Sep 17 00:00:00 2001 From: Andrew Stewart Date: Tue, 9 Jun 2015 07:08:46 -0700 Subject: [PATCH] Remove leftover comment --- lib/robot.js | 4 ---- 1 file changed, 4 deletions(-) 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 *