Index: weblinks.module
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/weblinks/weblinks.module,v
retrieving revision 1.46
diff -u -r1.46 weblinks.module
--- weblinks.module	13 Jul 2008 22:58:00 -0000	1.46
+++ weblinks.module	14 Jul 2008 15:41:20 -0000
@@ -1110,8 +1119,6 @@
 function weblinks_block($op = 'list', $delta = 0) {
   if ($op == 'list') {
     $tree = module_invoke('taxonomy', 'get_tree', _weblinks_get_vocid());
-dsm($tree);
-dsm($taxonomy_get_tree(_weblinks_get_vocid()));
     if ($tree) {
       foreach ($tree as $linkcat) {
         $block['weblink-'. $linkcat->tid]['info'] = 'Web Link: '. $linkcat->name;
