remove unused code
This commit is contained in:
parent
4a2b91220a
commit
455ac5435d
|
|
@ -235,8 +235,6 @@
|
|||
moz_to_me += moz;
|
||||
} else if (how == "%") {
|
||||
moz_to_me += "from_moz(" + moz + ").body";
|
||||
} else if (how == "@>") {
|
||||
moz_to_me += "from_moz(" + moz + "[0])";
|
||||
} else throw new Error("Can't understand operator in propmap: " + prop);
|
||||
});
|
||||
moz_to_me += "\n})}";
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user