1
0
mirror of https://gitcode.com/gh_mirrors/re/react-native-pushy.git synced 2025-11-01 13:53:11 +08:00
Code Issues Packages Projects Releases Wiki Activity GitHub Gitee
This commit is contained in:
sunnylqm
2020-09-01 10:43:50 +08:00
parent 59fcba15ee
commit a509ff8e30
4 changed files with 13 additions and 25 deletions

View File

@@ -79,17 +79,6 @@ export async function checkUpdate(APPKEY, isRetry) {
}
let resp;
try {
console.warn({
packageVersion,
hash: currentVersion,
buildTime,
cInfo: {
pushy: require('../package.json').version,
rn: RNVersion,
os: Platform.OS + ' ' + Platform.Version,
uuid,
},
});
resp = await fetch(getCheckUrl(APPKEY), {
method: 'POST',
headers: {