From 7adaa2b82f16164eccb723d60985e51895a94e73 Mon Sep 17 00:00:00 2001 From: Robert Sesek Date: Tue, 13 Feb 2007 02:09:05 +0000 Subject: [PATCH] r1398: Removing the print_r() from BugAPI --- includes/api_bug.php | 1 - 1 file changed, 1 deletion(-) diff --git a/includes/api_bug.php b/includes/api_bug.php index 7c4affd..9f26517 100644 --- a/includes/api_bug.php +++ b/includes/api_bug.php @@ -93,7 +93,6 @@ class BugAPI extends API if (preg_match('#^custom#', $args[0]) == 1 AND !isset($this->fields["$args[0]"])) { $this->fields["$args[0]"] = array(TYPE_STR, REQ_NO); - print_r($args); } call_user_func_array(array($this, 'parent::set'), $args); -- 2.22.5