delete spew dump

This commit is contained in:
z7zmey 2018-07-11 18:05:38 +03:00
parent f32a4b24c9
commit 8df2e7cef1
2 changed files with 491 additions and 497 deletions

File diff suppressed because it is too large Load Diff

View File

@ -15,8 +15,6 @@ import (
"github.com/z7zmey/php-parser/node/expr/assign"
"github.com/z7zmey/php-parser/node/expr/binary"
"github.com/z7zmey/php-parser/node/expr/cast"
"github.com/davecgh/go-spew/spew"
)
%}
@ -4827,7 +4825,6 @@ property_name:
$$.SetPosition(yylex.(*Parser).positionBuilder.NewTokenPosition($1))
// save comments
spew.Dump($1.Meta)
addMeta($$, $1.Meta, meta.IdentifierToken)
yylex.(*Parser).returnTokenToPool(yyDollar, &yyVAL)