()
| 1478 | var __DEV__ = "production" !== 'production'; |
| 1479 | |
| 1480 | var warning = function () {}; |
| 1481 | |
| 1482 | if (__DEV__) { |
| 1483 | var printWarning = function printWarning(format, args) { |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…