uncomment one last line

This commit is contained in:
dkanada 2020-02-25 22:31:54 +09:00
parent a9be94a803
commit 9091284b78

View file

@ -132,7 +132,7 @@ define(['events'], function (events) {
var match;
while (match = linkRegExp.exec(text)) {
// console.debug(matches);
console.debug(matches);
var txt = match[0];
var pos = match.index;
var len = txt.length;
@ -230,4 +230,4 @@ define(['events'], function (events) {
return {
getServerAddress: getServerAddress
};
});
});