* Cleanup and minor work on FSE post

This commit is contained in:
Bryan Ashby
2015-09-10 23:09:45 -06:00
parent 1a81532aa7
commit 7b7cf38113
5 changed files with 41 additions and 50 deletions

View File

@@ -47,9 +47,7 @@ function enigmaToAnsi(s, client) {
// ENiGMA MCI code? Only available if |client|
// is supplied.
//
console.log('attempting to resolve ' + m[1])
val = getPredefinedMCIValue(client, m[1]) || ('|' + m[1]); // value itself or literal
console.log(val)
}
if(_.isString(val)) {