temporarily disable warning

This commit is contained in:
Jan Kassens
2014-03-03 15:05:10 -08:00
committed by Paul O’Shannessy
parent 6203e53d16
commit e39c19423a
+6 -4
View File
@@ -484,10 +484,12 @@ var ReactMount = {
// warning is when the container is empty.
rootElementsByReactRootID[reactRootID] = containerChild;
} else {
console.warn(
'ReactMount: Root element has been removed from its original ' +
'container. New container:', rootElement.parentNode
);
// Disabled for now until #3436441 is fixed.
//
// console.warn(
// 'ReactMount: Root element has been removed from its original ' +
// 'container. New container:', rootElement.parentNode
// );
}
}
}