Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove unused vars 2 #3527

Merged
merged 5 commits into from
Feb 15, 2018
Merged

Conversation

ger-benjamin
Copy link
Member

@ger-benjamin ger-benjamin commented Feb 15, 2018

For https://jira.camptocamp.com/browse/GSGMF-261

Still to fix (in a next PR):

  • One require for injection,
  • Requires in the tests files,
  • Some require in apps

~50 / 300+ warnings left

@ger-benjamin ger-benjamin force-pushed the remove_unused_vars_2 branch 2 times, most recently from 1330dd4 to 2310989 Compare February 15, 2018 13:29
@ger-benjamin
Copy link
Member Author

To debug the tests, I went back on the use of EPSG21781 as variable in the tests. Because I still have work on tests and I'll see this problem later.

@@ -39,6 +39,7 @@ describe('ngeo.misc.AutoProjection', () => {
const coordinatesA = [600000, 200000];
const coordinatesB = [8, 47];
const viewProjection = ol.proj.get('EPSG:21781');
debugger;
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

grrr

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

thanks

@ger-benjamin ger-benjamin merged commit 5c72c95 into camptocamp:master Feb 15, 2018
@ger-benjamin ger-benjamin deleted the remove_unused_vars_2 branch February 15, 2018 14:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants