Skip to content

Commit 2806953

Browse files
chore: removed unnecessary code
1 parent 17ac401 commit 2806953

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lib/utils/index.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -417,7 +417,6 @@ function build_upload_params(options) {
417417
use_asset_folder_as_public_id_prefix: utils.as_safe_bool(options.use_asset_folder_as_public_id_prefix),
418418
visual_search: utils.as_safe_bool(options.visual_search),
419419
on_success: options.on_success
420-
// regions: options.regions
421420
};
422421
return utils.updateable_resource_params(options, params);
423422
}

0 commit comments

Comments
 (0)