Remove leftover comment
This commit is contained in:
parent
6cccc41aff
commit
68ab6ad441
|
@ -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
|
||||
*
|
||||
|
|
Loading…
Reference in New Issue