Pārlūkot izejas kodu

Forgot to remove a print_r statement

Stephen Ficklin 4 gadi atpakaļ
vecāks
revīzija
51cdd1467b
1 mainītis faili ar 0 papildinājumiem un 1 dzēšanām
  1. 0 1
      tripal_ws/includes/TripalWebService.inc

+ 0 - 1
tripal_ws/includes/TripalWebService.inc

@@ -635,7 +635,6 @@ class TripalWebService {
 
     if (!$term) {
       $backtrace = debug_backtrace();
-      print_r($backtrace[1]['args']);
       throw new Exception('addContextTerm: Please provide a non NUll or non empty $term.');
 
     }