mirror of
https://github.com/Hopiu/angular.js.git
synced 2026-03-17 07:40:22 +00:00
remove uneeded log
This commit is contained in:
parent
88384854c2
commit
f5055c6530
1 changed files with 1 additions and 1 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Reference in a new issue