diff --git a/README.md b/README.md index 74db2d1..eaab78b 100644 --- a/README.md +++ b/README.md @@ -47,4 +47,3 @@ We encourage pull requests and other contributions from the community. Check out * [docs.launchdarkly.com](https://docs.launchdarkly.com/ "LaunchDarkly Documentation") for our documentation and SDK reference guides * [apidocs.launchdarkly.com](https://apidocs.launchdarkly.com/ "LaunchDarkly API Documentation") for our API documentation * [blog.launchdarkly.com](https://blog.launchdarkly.com/ "LaunchDarkly Blog Documentation") for the latest product updates - * [Feature Flagging Guide](https://github.com/launchdarkly/featureflags/ "Feature Flagging Guide") for best practices and strategies diff --git a/index.js b/index.js index 1a935fe..d18076c 100644 --- a/index.js +++ b/index.js @@ -33,8 +33,6 @@ function createErrorReporter(emitter, logger) { }; } -global.setImmediate = global.setImmediate || process.nextTick.bind(process); - function NullEventProcessor() { return { sendEvent: () => {},