remove unused code
This commit is contained in:
@@ -235,8 +235,6 @@
|
|||||||
moz_to_me += moz;
|
moz_to_me += moz;
|
||||||
} else if (how == "%") {
|
} else if (how == "%") {
|
||||||
moz_to_me += "from_moz(" + moz + ").body";
|
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);
|
} else throw new Error("Can't understand operator in propmap: " + prop);
|
||||||
});
|
});
|
||||||
moz_to_me += "\n})}";
|
moz_to_me += "\n})}";
|
||||||
|
|||||||
Reference in New Issue
Block a user