Skip to content

Commit

Permalink
Removes a small debug mark
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexisDrogoul committed Jun 26, 2021
1 parent ca40712 commit ff3033b
Showing 1 changed file with 0 additions and 3 deletions.
Expand Up @@ -41,7 +41,6 @@
import msi.gaml.types.IType;
import msi.gaml.types.Signature;
import msi.gaml.types.Types;
import ummisco.gama.dev.utils.DEBUG;

/**
* The static class ExpressionFactory.
Expand Down Expand Up @@ -208,8 +207,6 @@ public boolean hasOperator(final String op, final IDescription context, final EO
@Override
public IExpression createOperator(final String op, final IDescription context, final EObject eObject,
final IExpression... args) {
final boolean isReverse = op.equals("reverse");
if (isReverse) { DEBUG.OUT(""); }
if (!hasOperator(op, context, eObject, args)) {
final IMap<Signature, OperatorProto> ops = OPERATORS.get(op);
final Signature userSignature = new Signature(args).simplified();
Expand Down

0 comments on commit ff3033b

Please sign in to comment.