Skip to content

Commit

Permalink
Merge pull request #11 from ortus-boxlang/development
Browse files Browse the repository at this point in the history
remove debugging
  • Loading branch information
lmajano authored Oct 10, 2024
2 parents d6b3cb8 + d5653e8 commit 5253e89
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,6 @@ public Object _invoke( IBoxContext context, ArgumentsScope arguments ) {
for ( int i = 1; i < segments.size(); i++ ) {
String segment = segments.get( i );
fullPath += "." + segment;
System.out.println( "Checking: " + fullPath );
if ( !currentStruct.containsKey( segment ) ) {
ExpressionInterpreter.setVariable( context, fullPath, new Struct() );
}
Expand Down

0 comments on commit 5253e89

Please sign in to comment.