MOBILE-3320 siteplugins: Remove unneeded commented code

main
Dani Palou 2021-06-01 11:32:02 +02:00
parent c0cdb1320d
commit 450a392b42
1 changed files with 0 additions and 3 deletions

View File

@ -77,9 +77,6 @@ export class CoreSitePluginsProvider {
const lang = await CoreLang.getCurrentLanguage();
// Clone the object so the original one isn't modified.
// const argsToSend = CoreUtils.clone(args);
const defaultArgs: CoreSitePluginsDefaultArgs = {
userid: <number> args.userid ?? site?.getUserId(),
appid: CoreConstants.CONFIG.app_id,