remove playground.memoisationOperator deprecation message

This commit is contained in:
Sebastian McKenzie 2015-03-14 03:57:39 +11:00
parent 9e61a307d4
commit a1ab8fa0c1

View File

@ -11,7 +11,6 @@ build(exports, {
},
build(node, file) {
console.error("The memoization operator is deprecated and will be removed in 5.0.0");
return t.unaryExpression(
"!",
t.callExpression(