Remove unrelated comment

This is no longer unwrapping a legacy factory (which are gone).
This commit is contained in:
Sebastian Markbåge
2014-10-31 12:39:38 -07:00
parent 1666661a06
commit cb50a8698b
-1
View File
@@ -57,7 +57,6 @@ function createInstanceForTag(tag, props, parentType) {
);
return new genericComponentClass(tag, props);
}
// Unwrap legacy factories
return new componentClass(props);
}