diff options
| author | Scott Ostler <scottbot9000@gmail.com> | 2011-01-04 16:17:46 -0500 |
|---|---|---|
| committer | Scott Ostler <scottbot9000@gmail.com> | 2011-01-04 16:17:46 -0500 |
| commit | 457125462cd658b6660289a292c367a0d560a792 (patch) | |
| tree | db94c009400bbdbfcb2998be2e635052f0820c4f /static/js | |
| parent | 92b092823c21af1339e0d42716dc856357f93e85 (diff) | |
Second revision of topics
Diffstat (limited to 'static/js')
| -rw-r--r-- | static/js/pichat.js | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/static/js/pichat.js b/static/js/pichat.js index 72f7d0d..cc51613 100644 --- a/static/js/pichat.js +++ b/static/js/pichat.js @@ -168,7 +168,6 @@ function recipientReplace(atText, recips) { } function linkify(text, recips) { - console.log(recips) LastMsgContainsImage = false; var recipWrapper = function(text) { return recipientReplace(text, recips); }; return text |
