remove log
This commit is contained in:
parent
1e31d935e9
commit
97fdb55091
@ -2,7 +2,6 @@
|
|||||||
|
|
||||||
FlexLayout::FlexLayout(FlexLayoutConfig *config, QObject *parent)
|
FlexLayout::FlexLayout(FlexLayoutConfig *config, QObject *parent)
|
||||||
: QObject(parent) {
|
: QObject(parent) {
|
||||||
qCritical() << "create flex";
|
|
||||||
node = YGNodeNewWithConfig(config->getConfig());
|
node = YGNodeNewWithConfig(config->getConfig());
|
||||||
this->config = config;
|
this->config = config;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user