You've already forked matrix-js-sdk
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:
@@ -276,7 +276,7 @@ IndexedDBStore.prototype.startup = function() {
|
|||||||
}).then((values) => {
|
}).then((values) => {
|
||||||
const [users, accountData, syncData] = values;
|
const [users, accountData, syncData] = values;
|
||||||
console.log(
|
console.log(
|
||||||
"Loaded data from database: sync from ", syncData,
|
"Loaded data from database: sync from ", syncData.nextBatch,
|
||||||
" -- Reticulating splines...",
|
" -- Reticulating splines...",
|
||||||
);
|
);
|
||||||
users.forEach((u) => {
|
users.forEach((u) => {
|
||||||
|
|||||||
Reference in New Issue
Block a user