mirror of
https://code.equilibrium.co.ao/ITO/doneit-web.git
synced 2026-04-19 04:57:52 +00:00
remove console logs
This commit is contained in:
@@ -13,17 +13,17 @@ export class SendIntentService {
|
||||
|
||||
constructor(
|
||||
) {
|
||||
|
||||
|
||||
SendIntent.checkSendIntentReceived().then((result: any) => {
|
||||
// logger
|
||||
if (result) {
|
||||
console.log('SendIntent received');
|
||||
console.log(JSON.stringify(result));
|
||||
//console.log('SendIntent received');
|
||||
//console.log(JSON.stringify(result));
|
||||
}
|
||||
// event handler
|
||||
if (result.url) {
|
||||
this.onReceive(result)
|
||||
|
||||
|
||||
}
|
||||
}).catch(err => console.error(err));
|
||||
}
|
||||
@@ -43,7 +43,7 @@ export class SendIntentService {
|
||||
if(Platform.prototype.is('ios')) {
|
||||
this.alertIos();
|
||||
}
|
||||
|
||||
|
||||
});
|
||||
|
||||
window["sharedContent"] = result;
|
||||
|
||||
Reference in New Issue
Block a user