Skip to content

Commit

Permalink
remove unused debug flag (FuelLabs#4726)
Browse files Browse the repository at this point in the history
## Description
I noticed the following warning was printing to the console when
building `forc`

```
warning: profile package spec `sway-lsp` in profile `dev` did not match any packages
```

This flag isn't being used as we are using tracing now in the language
server to set debug levels so we can safely remove this from the
workspace `Cargo.toml`.
JoshuaBatty authored Jul 3, 2023

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
1 parent cd63629 commit aa87c8e
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -30,9 +30,6 @@ exclude = [
"forc-test/test_data"
]

[profile.dev.package.sway-lsp]
debug = 2

[workspace.dependencies]
fuel-asm = "0.31.1"
fuel-crypto = "0.31.1"

0 comments on commit aa87c8e

Please sign in to comment.