Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
remove unused debug flag (FuelLabs#4726)
## 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`.