Removed the console log about subscription started
This commit is contained in:
		@@ -38,7 +38,6 @@ EventStorePersistentSubscriptionBase.prototype.start = function() {
 | 
			
		||||
  return this._startSubscription(this._subscriptionId, this._streamId, this._bufferSize, this._userCredentials,
 | 
			
		||||
                          this._onEventAppeared.bind(this), this._onSubscriptionDropped.bind(this), this._settings)
 | 
			
		||||
      .then(function(subscription) {
 | 
			
		||||
        console.log('Subscription started.');
 | 
			
		||||
        self._subscription = subscription;
 | 
			
		||||
        return self;
 | 
			
		||||
      });
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user