mirror of
https://github.com/zhigang1992/angular.js.git
synced 2026-03-29 00:09:01 +08:00
remove uneeded log
This commit is contained in:
@@ -95,7 +95,7 @@ Scope.prototype = {
|
||||
},
|
||||
|
||||
eval: function(expressionText, context) {
|
||||
log('Scope.eval', expressionText);
|
||||
// log('Scope.eval', expressionText);
|
||||
var expression = Scope.expressionCache[expressionText];
|
||||
if (!expression) {
|
||||
var parser = new Parser(expressionText);
|
||||
|
||||
Reference in New Issue
Block a user