Index: trunk/webapps/einotebook/scripts/Evaluation.js
===================================================================
--- trunk/webapps/einotebook/scripts/Evaluation.js	(revision 631)
+++ trunk/webapps/einotebook/scripts/Evaluation.js	(revision 632)
@@ -25,5 +25,4 @@
     this.html = html;
     this.recordText = recordText; 
-    this.recordRating = recordRating;
     this.writeRating = writeRating;
     
@@ -71,13 +70,5 @@
     }
     
-    /**
-     * Stores the rating given by the evaluation scale radio button form. --OBSOLETE
-     */
-    function recordRating(givenRating) 
-    { 
 
-        this.rating = givenRating;
-        //console.log(this.ratingGroupName + " recordRating of " + this.rating )
-    }
     /**
      * Write an individual rating to a log file
@@ -85,5 +76,4 @@
     function writeRating(givenRating)
     {
-        //alert("writeRating: " + givenRating + " : " + this.evttime.format())
         // Build a string for the log in this format:
         //03:01:00, Evaluation, CMS, Poor
