1
0
mirror of https://github.com/matrix-org/matrix-js-sdk.git synced 2025-11-26 17:03:12 +03:00

Merge pull request #403 from matrix-org/kegan/dont-log-store-data

Don't log the entire /sync response
This commit is contained in:
Kegsay
2017-03-24 15:09:14 +00:00
committed by GitHub

View File

@@ -276,7 +276,7 @@ IndexedDBStore.prototype.startup = function() {
}).then((values) => {
const [users, accountData, syncData] = values;
console.log(
"Loaded data from database: sync from ", syncData,
"Loaded data from database: sync from ", syncData.nextBatch,
" -- Reticulating splines...",
);
users.forEach((u) => {