Reduce debug logging in ViewBest - 1.140

This commit is contained in:
Brandon Presley 2023-06-24 13:00:48 +12:00
parent 8f1f9f6e7d
commit 23ed95dcdb
3 changed files with 3 additions and 5 deletions

View File

@ -27,8 +27,6 @@ export default function ViewBest() {
const dark = useDark() const dark = useDark()
useEffect(() => { useEffect(() => {
console.log(`${ViewBest.name}.useEffect`, {metric})
console.log(`${ViewBest.name}.useEffect`, {period})
let difference = '-7 days' let difference = '-7 days'
if (period === Periods.Monthly) difference = '-1 months' if (period === Periods.Monthly) difference = '-1 months'
else if (period === Periods.Yearly) difference = '-1 years' else if (period === Periods.Yearly) difference = '-1 years'

View File

@ -41,8 +41,8 @@ android {
missingDimensionStrategy "RNNotifications.reactNativeVersion", "reactNative60" missingDimensionStrategy "RNNotifications.reactNativeVersion", "reactNative60"
minSdkVersion rootProject.ext.minSdkVersion minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion targetSdkVersion rootProject.ext.targetSdkVersion
versionCode 36165 versionCode 36166
versionName "1.139" versionName "1.140"
buildConfigField "boolean", "IS_NEW_ARCHITECTURE_ENABLED", isNewArchitectureEnabled().toString() buildConfigField "boolean", "IS_NEW_ARCHITECTURE_ENABLED", isNewArchitectureEnabled().toString()
if (isNewArchitectureEnabled()) { if (isNewArchitectureEnabled()) {

View File

@ -1,6 +1,6 @@
{ {
"name": "massive", "name": "massive",
"version": "1.139", "version": "1.140",
"private": true, "private": true,
"license": "GPL-3.0-only", "license": "GPL-3.0-only",
"scripts": { "scripts": {