mirror of
https://github.com/thorvg/thorvg.git
synced 2025-06-08 13:43:43 +00:00
common shape: remove unnecessary log
Change-Id: Ie85153afdc01270ed282d9ff87607ee1a882be31
This commit is contained in:
parent
9b8ab42e54
commit
308456ebad
1 changed files with 0 additions and 1 deletions
|
@ -75,7 +75,6 @@ ShapeNode :: ShapeNode() : pImpl(make_unique<Impl>())
|
||||||
|
|
||||||
ShapeNode :: ~ShapeNode()
|
ShapeNode :: ~ShapeNode()
|
||||||
{
|
{
|
||||||
cout << "ShapeNode(" << this << ") destroyed!" << endl;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue