summaryrefslogtreecommitdiff
path: root/js/matrix.js
diff options
context:
space:
mode:
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)