Skip to content

Commit 14b7d40

Browse files
committed
Remove IO::log
1 parent 0dd3dc8 commit 14b7d40

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

src/chart/speclayout/bubblechart.cpp

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
#include "bubblechart.h"
22

33
#include <algorithm>
4-
#include <base/io/log.h>
54
#include <cmath>
65

76
namespace Vizzu::Charts
@@ -78,10 +77,7 @@ void BubbleChart::generate()
7877
0.00001))
7978
currMarker->emplaceCircle(*candidate0);
8079
else {
81-
IO::log() << "Bubblechart generation failed. "
82-
"Overlapping circles detected. "
83-
<< markers.end() - currMarker << " / "
84-
<< markers.size() << " marker not placed.";
80+
// TODO bubblechart generation failed. It need a fix.
8581
break;
8682
}
8783
preMarker = currMarker;

0 commit comments

Comments
 (0)