summaryrefslogtreecommitdiffstats
path: root/scripts/issue-api-key.pl
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/issue-api-key.pl')
-rwxr-xr-xscripts/issue-api-key.pl4
1 files changed, 0 insertions, 4 deletions
diff --git a/scripts/issue-api-key.pl b/scripts/issue-api-key.pl
index 810b7e17e..e4cc1cdd0 100755
--- a/scripts/issue-api-key.pl
+++ b/scripts/issue-api-key.pl
@@ -33,10 +33,6 @@ my $params = {
api_key => $given_api_key,
};
-if ($description && $description eq 'mozreview') {
- $params->{app_id} = Bugzilla->params->{mozreview_app_id} // '';
-}
-
if ($given_api_key) {
$api_key = Bugzilla::User::APIKey->create_special($params);
} else {