diff --git a/lib/smile/game.js b/lib/smile/game.js
index 79816f6..27c6169 100644
--- a/lib/smile/game.js
+++ b/lib/smile/game.js
@@ -41,44 +41,6 @@ Game.prototype.setRatingMetadata = function setRatingMetadata(metadata) {
}
};
-/* OLD METHOD TO RETAKE.
- NOT CALLED ANYMORE: TO DELETE SOON *//*
-Game.prototype.retake_dirty = function retake_dirty() {
-
- this.questionRatings = {};
- this.questionCorrectCountMap = {};
- for (var key in this.students.currentStudents) {
- this.students.currentStudents[key].retake();
- }
-
- //var oldGame = this;
- //this = new Game();
- //this.students = oldGame.students;
- //this.studentsWrapper = new StudentsWrapper(oldGame.students);
-
- // Removing questions of past messages
- var sizeQuestions = this.questions.numberOfQuestions;
-
- for (var i=0; i
+
+