We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f37f557 commit 35a7b93Copy full SHA for 35a7b93
test/openlayers/overlay/LabelSpec.js
@@ -25,7 +25,6 @@ var addFeaturesExpect = (callback, done) => {
25
labelFeatures.push(feat);
26
}
27
var key = themeLayer.on('postrender', function() {
28
- console.log(count, themeSource.labelFeatures.length);
29
if (themeSource.labelFeatures.length > 0) {
30
unByKey(key);
31
callback();
0 commit comments