projects
/
KiwiIRC.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
beecf0d
)
Removed cache logging
author
Darren
<darren@darrenwhitlen.com>
Sat, 17 Sep 2011 14:57:45 +0000
(15:57 +0100)
committer
Darren
<darren@darrenwhitlen.com>
Sat, 17 Sep 2011 14:57:45 +0000
(15:57 +0100)
node/app.js
patch
|
blob
|
blame
|
history
diff --git
a/node/app.js
b/node/app.js
index b3206411d7485f5facd9d80329baf79993353984..3129061003f2c7e20b25505a19194b45e378d383 100644
(file)
--- a/
node/app.js
+++ b/
node/app.js
@@
-600,7
+600,6
@@
this.httpHandler = function (request, response) {
var html, hash2;
if (!err) {
html = kiwi.jade.compile(str)({ "touchscreen": touchscreen, "debug": debug, "server_set": server_set, "server": server, "nick": nick, "agent": agent, "config": kiwi.config });
- console.log(typeof html, html);
hash2 = crypto.createHash('md5').update(html).digest('base64');
kiwi.cache.html[hash] = {"html": html, "hash": hash2};
if (request.headers['if-none-match'] === hash2) {