[FIX] Turn Off Debug for CacheCollections

Reduce the amount of `console.log`'s that we do.
pull/7253/head
Bradley Hilton 8 years ago committed by GitHub
parent b618894714
commit ff4aa355ab
  1. 2
      packages/rocketchat-lib/client/lib/cachedCollection.js

@ -97,7 +97,7 @@ class CachedCollection {
userRelated = true,
useSync = true,
useCache = true,
debug = true,
debug = false,
version = 6,
maxCacheTime = 60*60*24*30
}) {

Loading…
Cancel
Save