mirror of
https://github.com/slint-ui/slint.git
synced 2025-10-02 14:51:15 +00:00
Remove debug output
Don't always print the generated code
This commit is contained in:
parent
b0fdd9c264
commit
e8f6dd0586
1 changed files with 1 additions and 1 deletions
|
@ -277,7 +277,7 @@ MainWindow := Window {{
|
||||||
return {};
|
return {};
|
||||||
}
|
}
|
||||||
|
|
||||||
std::cerr << source_code << std::endl;
|
// std::cerr << source_code << std::endl;
|
||||||
|
|
||||||
auto ui = definition->create();
|
auto ui = definition->create();
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue