mirror of
https://github.com/slint-ui/slint.git
synced 2025-09-28 04:45:13 +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 {};
|
||||
}
|
||||
|
||||
std::cerr << source_code << std::endl;
|
||||
// std::cerr << source_code << std::endl;
|
||||
|
||||
auto ui = definition->create();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue