Removed references to old calculations
This commit is contained in:
@@ -40,7 +40,6 @@ evaluate = function(charId, string){
|
||||
var result = math.eval(string);
|
||||
return result;
|
||||
} catch (e){
|
||||
console.log("Failed to evaluate ", string);
|
||||
return string;
|
||||
}
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user