remove filename, not used

This commit is contained in:
Andy Miller
2020-09-03 18:14:36 -06:00
parent 8c722f7227
commit c7fe6be9de

View File

@@ -293,7 +293,6 @@ class Gpm
if ($package->premium) {
$query = \json_encode(array_merge($package->premium, [
'slug' => $package->slug,
'filename' => $package->premium['filename'],
'license_key' => $license
]));