Skip to content

Commit

Permalink
refactor: remove unneccessary consoles
Browse files Browse the repository at this point in the history
  • Loading branch information
Prajwalism committed Feb 27, 2024
1 parent b9aa29a commit f6581a7
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -312,7 +312,6 @@ const UploadArea = ({ flag, geojsonFile, setGeojsonFile, setCustomLineUpload, se
drawnGeojson || uploadAreaSelection === 'upload_file'
? null
: (geojson, area) => {
console.log('drawn');
handleCustomChange('drawnGeojson', geojson);
dispatch(CreateProjectActions.SetDrawnGeojson(JSON.parse(geojson)));
dispatch(CreateProjectActions.SetTotalAreaSelection(area));
Expand Down

0 comments on commit f6581a7

Please sign in to comment.