Browse Source

removed dsm

bach 2 years ago
parent
commit
e1c71a8433
1 changed files with 3 additions and 3 deletions
  1. 3 3
      sites/all/modules/gui/perfart/perfart.module

+ 3 - 3
sites/all/modules/gui/perfart/perfart.module

@@ -281,12 +281,12 @@ function perf_prevnext_view() {
       }
     }
 
-    dsm($perfs);
+    // dsm($perfs);
 
     // get prev and next
     // build links
     $index = array_search($current_perf->nid, $perfs);
-    dsm($index);
+    // dsm($index);
     $list = array();
     if($index > 0){
       $prev_nid = $perfs[$index-1];
@@ -312,7 +312,7 @@ function perf_prevnext_view() {
 
     $list['attributes']['id'] = "perf-prev-next-btns";
 
-    dsm($list);
+    // dsm($list);
 
     return theme('item_list', $list);