diff --git a/jquery.truncate.js b/jquery.truncate.js index cc7c14a..1e0c96a 100644 --- a/jquery.truncate.js +++ b/jquery.truncate.js @@ -191,9 +191,5 @@ $truncateWorker.remove(); } }); - - if (options.assumeSameStyle) { - $truncateWorker.remove(); - } }; })(jQuery);