Remove fix for data inconsistency

This commit is contained in:
Dimitri Lozeve 2020-05-11 19:25:15 +02:00
parent a0304e6244
commit f8c5179ef4

View file

@ -89,11 +89,6 @@
⍝ 2020 APL Problem Solving Competition Phase II
⍝ Problem 6, Task 1 - Merge
∇ val←ns getval var
⍝ The template and JSON files do not use the same
⍝ vocabulary.
:If var≡'lastname'
var←'surname'
:EndIf
:If ''≡var ⍝ literal '@'
val←'@'
:ElseIf (⊂var)∊ns.⎕NL ¯2