mirror of
https://github.com/meteor/meteor.git
synced 2026-05-02 03:01:46 -04:00
Remove check for no-longer-used env var
This commit is contained in:
@@ -634,8 +634,7 @@ Fiber(function () {
|
||||
// the first time around. It will also never happen if the current
|
||||
// release is a checkout, because that doesn't make any sense.
|
||||
if (release.current && release.current.isProperRelease() &&
|
||||
release.current.getToolsVersion() !== files.getToolsVersion() &&
|
||||
! process.env.METEOR_TEST_NO_SPRINGBOARD) {
|
||||
release.current.getToolsVersion() !== files.getToolsVersion()) {
|
||||
springboard(release.current.getToolsVersion()); // does not return!
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user