diff options
author | Ryan Huber <rhuber@gmail.com> | 2014-11-02 18:28:07 -0800 |
---|---|---|
committer | Ryan Huber <rhuber@gmail.com> | 2014-11-02 18:28:07 -0800 |
commit | 7abb609561c0c4afd9f4fd3a1386f69eddf225f1 (patch) | |
tree | 2965e483c4775ecbf99ee77ca0be82d0edfb589b /wee_slack.py | |
parent | fdbb7b6b5c4c00f63a45e55ea5f83d1bcaf09011 (diff) | |
parent | ea2fb113414e7408edfe3da01a1ab600782c2c9a (diff) | |
download | wee-slack-7abb609561c0c4afd9f4fd3a1386f69eddf225f1.tar.gz |
Merge branch 'master' into 5_color_controls
Diffstat (limited to 'wee_slack.py')
-rw-r--r-- | wee_slack.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/wee_slack.py b/wee_slack.py index 3d5ea66..9cdf856 100644 --- a/wee_slack.py +++ b/wee_slack.py @@ -806,10 +806,8 @@ def unfurl_refs(text): #dbg(item) if item.startswith('<') and item.endswith('>'): item = item[1:-1] - dbg('found ref: %s' % item) if item.find('|') > -1: item = item.split('|')[0] - dbg('made ref: %s' % item) if item.startswith('@U'): if users.find(item[1:]): try: |