Commit 97e6af6e authored by Philip Makedonski's avatar Philip Makedonski
Browse files

- removed debugging statement

parent cc357d27
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -10,7 +10,6 @@ public class TTCN3TokenToAttributeIdMapper extends DefaultAntlrTokenToAttributeI
    private HashSet<String> configurationKeywords = new HashSet<String>();

    public TTCN3TokenToAttributeIdMapper() {
    	System.out.println("map");
        layoutKeywords.add("'template'");
        layoutKeywords.add("'function'");
        layoutKeywords.add("'type'");