common shape: remove unnecessary log

Change-Id: Ie85153afdc01270ed282d9ff87607ee1a882be31
This commit is contained in:
Hermet Park 2020-04-30 18:38:34 +09:00
parent 9b8ab42e54
commit 308456ebad

View file

@ -75,7 +75,6 @@ ShapeNode :: ShapeNode() : pImpl(make_unique<Impl>())
ShapeNode :: ~ShapeNode() ShapeNode :: ~ShapeNode()
{ {
cout << "ShapeNode(" << this << ") destroyed!" << endl;
} }