RN: Remove DebugEnvironment from OSS

Reviewed By: TheSavior

Differential Revision: D7209266

fbshipit-source-id: 9f9ce66121ff375e5a5d965d58f4137616407853
This commit is contained in:
Tim Yung 2018-03-10 18:41:03 -08:00 committed by Facebook Github Bot
parent 3fd82d3c89
commit 01fffa245d
1 changed files with 0 additions and 16 deletions

View File

@ -1,16 +0,0 @@
/**
* Copyright (c) 2013-present, Facebook, Inc.
*
* This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree.
*
* @providesModule DebugEnvironment
* @flow
*/
'use strict';
module.exports = {
// When crippled, synchronous JS function calls to native will fail.
isCrippledMode: __DEV__ && !global.nativeCallSyncHook,
};