Skip to content
Snippets Groups Projects
Commit 3b3cb3a5 authored by Bernhard Johannes Berger's avatar Bernhard Johannes Berger
Browse files

Silenced instance DSL.

parent 789c2f38
No related branches found
No related tags found
No related merge requests found
Pipeline #222354 passed
......@@ -41,7 +41,6 @@ public class InstanceLanguageScopeProvider extends AbstractInstanceLanguageScope
@Override
public IScope getScope(final EObject context, final EReference reference) {
System.err.println("[IL] Get scope of " + context + " -- " + reference);
if(context instanceof Instance && InstancePackage.Literals.NAME__NAME.equals(reference)) {
final Instance instance = (Instance)context;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment