Merge branch 'master' into develop

pull/21833/head
Matthew Hodgson 2016-09-02 17:17:24 +01:00
commit b5f9c2a5ac
3 changed files with 9 additions and 2 deletions

View File

@ -1,3 +1,10 @@
Changes in [0.6.5-r3](https://github.com/matrix-org/matrix-react-sdk/releases/tag/v0.6.5-r3) (2016-09-02)
=========================================================================================================
[Full Changelog](https://github.com/matrix-org/matrix-react-sdk/compare/v0.6.5-r2...v0.6.5-r3)
* revert accidental debug logging >:(
Changes in [0.6.5-r2](https://github.com/matrix-org/matrix-react-sdk/releases/tag/v0.6.5-r2) (2016-09-02)
=========================================================================================================
[Full Changelog](https://github.com/matrix-org/matrix-react-sdk/compare/v0.6.5-r1...v0.6.5-r2)

View File

@ -1,6 +1,6 @@
{
"name": "matrix-react-sdk",
"version": "0.6.5-r2",
"version": "0.6.5-r3",
"description": "SDK for matrix.org using React",
"author": "matrix.org",
"repository": {

View File

@ -32,7 +32,7 @@ var KeyCode = require('../../KeyCode');
var PAGINATE_SIZE = 20;
var INITIAL_SIZE = 20;
var DEBUG = true;
var DEBUG = false;
if (DEBUG) {
// using bind means that we get to keep useful line numbers in the console