diff --git a/packages/ddp-client/livedata_common.js b/packages/ddp-client/livedata_common.js index 66d10a52be..0d56f6b900 100644 --- a/packages/ddp-client/livedata_common.js +++ b/packages/ddp-client/livedata_common.js @@ -1,7 +1,6 @@ LivedataTest.SUPPORTED_DDP_VERSIONS = DDPCommon.SUPPORTED_DDP_VERSIONS; // This is private but it's used in a few places. accounts-base uses -// it to get the current user. accounts-password uses it to stash SRP -// state in the DDP session. Meteor.setTimeout and friends clear +// it to get the current user. Meteor.setTimeout and friends clear // it. We can probably find a better way to factor this. DDP._CurrentInvocation = new Meteor.EnvironmentVariable;