MOBILE-3320 siteplugins: Remove unneeded commented code
parent
c0cdb1320d
commit
450a392b42
|
@ -77,9 +77,6 @@ export class CoreSitePluginsProvider {
|
||||||
|
|
||||||
const lang = await CoreLang.getCurrentLanguage();
|
const lang = await CoreLang.getCurrentLanguage();
|
||||||
|
|
||||||
// Clone the object so the original one isn't modified.
|
|
||||||
// const argsToSend = CoreUtils.clone(args);
|
|
||||||
|
|
||||||
const defaultArgs: CoreSitePluginsDefaultArgs = {
|
const defaultArgs: CoreSitePluginsDefaultArgs = {
|
||||||
userid: <number> args.userid ?? site?.getUserId(),
|
userid: <number> args.userid ?? site?.getUserId(),
|
||||||
appid: CoreConstants.CONFIG.app_id,
|
appid: CoreConstants.CONFIG.app_id,
|
||||||
|
|
Loading…
Reference in New Issue