浏览代码

Forgot to remove a print_r statement

Stephen Ficklin 4 年之前
父节点
当前提交
51cdd1467b
共有 1 个文件被更改,包括 0 次插入1 次删除
  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.');
 
     }