summaryrefslogtreecommitdiff
path: root/js/matrix.js
diff options
context:
space:
mode:
authorJulie Lala <jules@okfoc.us>2014-12-08 01:54:19 -0500
committerJulie Lala <jules@okfoc.us>2014-12-08 01:54:19 -0500
commitdddd544a566ce53a70351b9fc1391af5034ae09e (patch)
tree2cd31db279eb9855c9f78955f44c98f5d0ccdb9a /js/matrix.js
parent2377b7795ce2a428fd34bee7ee228f17923dfb0c (diff)
splitting out keys
Diffstat (limited to 'js/matrix.js')
-rw-r--r--js/matrix.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/js/matrix.js b/js/matrix.js
index 8d3392f..0bb2492 100644
--- a/js/matrix.js
+++ b/js/matrix.js
@@ -132,7 +132,7 @@ Matrix.prototype.irssi = function(){
.replace(/\n/g, '\\n')
.replace(/\x02/g, '\\x02')
.replace(/\x03/g, '\\x03')
-console.log(txt.length)
+ // console.log(txt.length)
var escaped_txt = "", kode
for (var i = 0; i < txt.length; i++) {
kode = txt.charCodeAt(i)