remove post cache dump

This commit is contained in:
barisusakli
2016-09-14 21:34:36 +03:00
parent 1364fb94bf
commit fcbdfa5688
2 changed files with 1 additions and 7 deletions

View File

@@ -19,8 +19,7 @@ cacheController.get = function(req, res, next) {
max: postCache.max,
itemCount: postCache.itemCount,
percentFull: percentFull,
avgPostSize: avgPostSize,
dump: req.query.debug ? JSON.stringify(postCache.dump(), null, 4) : false
avgPostSize: avgPostSize
},
groupCache: {
length: groupCache.length,

View File

@@ -19,11 +19,6 @@
{postCache.percentFull}% Full
</div>
</div>
<!-- IF postCache.dump -->
<pre>{postCache.dump}</pre>
<!-- ENDIF postCache.dump -->
</div>
</div>