Skip to content

Commit 810333c

Browse files
Version 1.0.0 Change
- Full release!!!
1 parent f848e02 commit 810333c

2 files changed

Lines changed: 1 addition & 2 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "finance-manager",
33
"productName": "Finance Manager",
4-
"version": "0.10.0",
4+
"version": "1.0.0",
55
"description": "Manager your finances.",
66
"main": "src/index.js",
77
"scripts": {

src/graphs/graphHandler.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,6 @@ async function numberSelect(input){
137137
}
138138

139139
function getTimeLabels(data, select){
140-
console.log(data);
141140
const labels = data.map(data => {
142141
if (select.value !== 'Annual'){
143142
const split = data.date.split('-');

0 commit comments

Comments
 (0)