diff --git a/clint/utils.py b/clint/utils.py index e88bdf9..4829976 100644 --- a/clint/utils.py +++ b/clint/utils.py @@ -49,6 +49,3 @@ def tsplit(string, delimiters): return stack -s = 'thing1,thing2/thing3-thing4' - -print tsplit(s, (',', '/', '-')),