diff --git a/memcache.js b/memcache.js deleted file mode 100644 index 60bdc5d61020c77c78c47c90795a5f17682d6bf2..0000000000000000000000000000000000000000 --- a/memcache.js +++ /dev/null @@ -1,8 +0,0 @@ -// $Id$ - -// Global Killswitch -if (Drupal.jsEnabled) { -$(document).ready(function() { - $("body").append($("#memcache-devel")); - }); -} diff --git a/memcache.module b/memcache.module deleted file mode 100644 index ba0f5aa20782913e917ed49b9f7e1c67953295a9..0000000000000000000000000000000000000000 --- a/memcache.module +++ /dev/null @@ -1,46 +0,0 @@ - $val) { - $stats[] = "$stat: ". theme('item_list', $val); - } - if (!empty($stats)) { - $output = theme('item_list', $stats); - // this makes sure all of the HTML is within the even though this