Remove unused code
Summary: A codemod removed a GK which resulted in this... This change removes the unused code. Reviewed By: mweststrate Differential Revision: D38239893 fbshipit-source-id: 01163e9f5adcc77fff572b47ce1d902dbdadff4d
This commit is contained in:
committed by
Facebook GitHub Bot
parent
a47528a726
commit
2916a5fa52
@@ -27,7 +27,6 @@ class TutorialApplication : Application() {
|
|||||||
|
|
||||||
// Normally, you would want to make these dependent on BuildConfig.DEBUG.
|
// Normally, you would want to make these dependent on BuildConfig.DEBUG.
|
||||||
ComponentsConfiguration.isDebugModeEnabled = true
|
ComponentsConfiguration.isDebugModeEnabled = true
|
||||||
ComponentsConfiguration.enableRenderInfoDebugging = true
|
|
||||||
|
|
||||||
val flipperClient = AndroidFlipperClient.getInstance(this)
|
val flipperClient = AndroidFlipperClient.getInstance(this)
|
||||||
val descriptorMapping = DescriptorMapping.withDefaults()
|
val descriptorMapping = DescriptorMapping.withDefaults()
|
||||||
|
|||||||
Reference in New Issue
Block a user