mirror of
https://github.com/Hopiu/angular.js.git
synced 2026-05-20 12:21:52 +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) {
|
eval: function(expressionText, context) {
|
||||||
log('Scope.eval', expressionText);
|
// log('Scope.eval', expressionText);
|
||||||
var expression = Scope.expressionCache[expressionText];
|
var expression = Scope.expressionCache[expressionText];
|
||||||
if (!expression) {
|
if (!expression) {
|
||||||
var parser = new Parser(expressionText);
|
var parser = new Parser(expressionText);
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue