remove unused code

This commit is contained in:
Mihai Bazon
2012-10-05 22:59:05 +03:00
parent 4a2b91220a
commit 455ac5435d

View File

@@ -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})}";