delete spew dump
This commit is contained in:
parent
f32a4b24c9
commit
8df2e7cef1
985
php7/php7.go
985
php7/php7.go
File diff suppressed because it is too large
Load Diff
@ -15,8 +15,6 @@ import (
|
|||||||
"github.com/z7zmey/php-parser/node/expr/assign"
|
"github.com/z7zmey/php-parser/node/expr/assign"
|
||||||
"github.com/z7zmey/php-parser/node/expr/binary"
|
"github.com/z7zmey/php-parser/node/expr/binary"
|
||||||
"github.com/z7zmey/php-parser/node/expr/cast"
|
"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))
|
$$.SetPosition(yylex.(*Parser).positionBuilder.NewTokenPosition($1))
|
||||||
|
|
||||||
// save comments
|
// save comments
|
||||||
spew.Dump($1.Meta)
|
|
||||||
addMeta($$, $1.Meta, meta.IdentifierToken)
|
addMeta($$, $1.Meta, meta.IdentifierToken)
|
||||||
|
|
||||||
yylex.(*Parser).returnTokenToPool(yyDollar, &yyVAL)
|
yylex.(*Parser).returnTokenToPool(yyDollar, &yyVAL)
|
||||||
|
Loading…
Reference in New Issue
Block a user