| Index: remoting/webapp/crd/js/it2me_activity.js
|
| diff --git a/remoting/webapp/crd/js/it2me_activity.js b/remoting/webapp/crd/js/it2me_activity.js
|
| index 69bf0cee8dcc45610d380355cf86c0693b6fe939..c05d2192eacb686fc45c9f4e50638416754d38e7 100644
|
| --- a/remoting/webapp/crd/js/it2me_activity.js
|
| +++ b/remoting/webapp/crd/js/it2me_activity.js
|
| @@ -49,8 +49,7 @@ remoting.It2MeActivity.prototype.start = function() {
|
|
|
| this.logger_ = this.createLogger_();
|
| this.logger_.logSessionStateChange(
|
| - remoting.ChromotingEvent.SessionState.STARTED,
|
| - remoting.ChromotingEvent.ConnectionError.NONE);
|
| + remoting.ChromotingEvent.SessionState.STARTED);
|
|
|
| this.desktopActivity_ =
|
| new remoting.DesktopRemotingActivity(this, this.logger_);
|
|
|