mirror of
https://github.com/Relintai/pandemonium_engine.git
synced 2025-02-13 19:30:08 +01:00
Removed print statements.
This commit is contained in:
parent
6876c87050
commit
c232aa4154
@ -94,7 +94,6 @@ MMTonesEditor::~MMTonesEditor() {
|
||||
void MMTonesEditor::on_input_property_changed() {
|
||||
if (!_node.is_valid()) {
|
||||
_histogram_tr->set_texture(make_default_histogram());
|
||||
ERR_PRINT("asdasd");
|
||||
return;
|
||||
}
|
||||
|
||||
@ -102,12 +101,9 @@ void MMTonesEditor::on_input_property_changed() {
|
||||
|
||||
if (!img.is_valid()) {
|
||||
_histogram_tr->set_texture(make_default_histogram());
|
||||
ERR_PRINT("asdasd2");
|
||||
return;
|
||||
}
|
||||
|
||||
ERR_PRINT("asdasd3");
|
||||
|
||||
_histogram_tr->set_texture(make_histogram(img));
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user