Skip to content

Commit

Permalink
Merge pull request #7253 from RocketChat/reduce-console-log-7251
Browse files Browse the repository at this point in the history
[FIX] Loads of console.log for CacheCollections
  • Loading branch information
rodrigok committed Jun 30, 2017
2 parents 22c27c3 + ff4aa35 commit 7fba17a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/rocketchat-lib/client/lib/cachedCollection.js
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ class CachedCollection {
userRelated = true,
useSync = true,
useCache = true,
debug = true,
debug = false,
version = 6,
maxCacheTime = 60*60*24*30
}) {
Expand Down

0 comments on commit 7fba17a

Please sign in to comment.