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:
Lorenzo Blasa
2022-07-28 06:59:11 -07:00
committed by Facebook GitHub Bot
parent a47528a726
commit 2916a5fa52

View File

@@ -27,7 +27,6 @@ class TutorialApplication : Application() {
// Normally, you would want to make these dependent on BuildConfig.DEBUG.
ComponentsConfiguration.isDebugModeEnabled = true
ComponentsConfiguration.enableRenderInfoDebugging = true
val flipperClient = AndroidFlipperClient.getInstance(this)
val descriptorMapping = DescriptorMapping.withDefaults()