Skip to content

Commit 0fd04d8

Browse files
committed
Remove debugging
1 parent a789598 commit 0fd04d8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

mlir/tools/mlir-lsp-server/mlir-lsp-server.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,12 +34,12 @@ int main(int argc, char **argv) {
3434
#endif
3535

3636
// Returns the registry, except in testing mode when the URI contains
37-
// "_disable_lsp_registration".
37+
// "-disable-lsp-registration". Testing for/example of registering dialects
38+
// based on URI.
3839
auto registryFn = [&registry,
3940
&empty](const lsp::URIForFile &uri) -> DialectRegistry & {
4041
(void)empty;
4142
#ifdef MLIR_INCLUDE_TESTS
42-
llvm::errs() << "uri: " << uri.uri() << "\n";
4343
if (uri.uri().contains("-disable-lsp-registration"))
4444
return empty;
4545
#endif

0 commit comments

Comments
 (0)