Browse Source

Removes a log.

master
yanas 9 years ago
parent
commit
6510fe101f
1 changed files with 0 additions and 1 deletions
  1. 0
    1
      modules/xmpp/recording.js

+ 0
- 1
modules/xmpp/recording.js View File

249
  * Returns true if the recording is supproted and false if not.
249
  * Returns true if the recording is supproted and false if not.
250
  */
250
  */
251
 Recording.prototype.isSupported = function () {
251
 Recording.prototype.isSupported = function () {
252
-    console.log("IS SUPPORTED", this._isSupported);
253
     return this._isSupported;
252
     return this._isSupported;
254
 };
253
 };
255
 
254
 

Loading…
Cancel
Save