summaryrefslogtreecommitdiffstats
path: root/Bugzilla/WebService
diff options
context:
space:
mode:
authorDylan William Hardison <dylan@hardison.net>2018-05-22 02:34:29 +0200
committerDylan William Hardison <dylan@hardison.net>2018-06-28 22:41:57 +0200
commitf2f708f6985dd3a7c51869c0dda5791ca239d248 (patch)
tree8750204ea248d89cc004bf74aa0b27e5d6d4e281 /Bugzilla/WebService
parent9c83baadd88c0605dcf663e6a8782ffb5867298d (diff)
downloadbugzilla-f2f708f6985dd3a7c51869c0dda5791ca239d248.tar.gz
bugzilla-f2f708f6985dd3a7c51869c0dda5791ca239d248.tar.xz
good stuff
Diffstat (limited to 'Bugzilla/WebService')
-rw-r--r--Bugzilla/WebService/Server/JSONRPC.pm3
1 files changed, 0 insertions, 3 deletions
diff --git a/Bugzilla/WebService/Server/JSONRPC.pm b/Bugzilla/WebService/Server/JSONRPC.pm
index 9253053ce..093167048 100644
--- a/Bugzilla/WebService/Server/JSONRPC.pm
+++ b/Bugzilla/WebService/Server/JSONRPC.pm
@@ -112,9 +112,6 @@ sub response {
print $cgi->header(-status => $response->code, @header_args);
print $response->content;
}
- if ($cgi->server_software eq 'Bugzilla::Quantum::CGI') {
- $Bugzilla::C->rendered;
- }
}
# The JSON-RPC 1.1 GET specification is not so great--you can't specify