remove log

This commit is contained in:
Azgaar 2021-07-09 20:46:32 +03:00
parent acf587b640
commit e39a63f560
2 changed files with 2 additions and 2 deletions

View file

@ -1459,7 +1459,7 @@ function rankCells() {
cells.pop[i] = s > 0 ? (s * POP_BALANCER * cells.area[i]) / areaMean : 0;
cells.s[i] = s + resBonus;
debug.append('text').attr('x', cells.p[i][0]).attr('y', cells.p[i][1]).text(cells.s[i]);
// debug.append('text').attr('x', cells.p[i][0]).attr('y', cells.p[i][1]).text(cells.s[i]);
}
console.log(resBonuses);

View file

@ -1157,7 +1157,7 @@ function addStylePreset() {
localStorage.setItem(preset, styleSaverJSON.value); // save preset
$('#styleSaver').dialog('close');
removeStyleButton.style.display = 'inline-block';
tip('Style preset is saved', false, 'warn', 4000);
tip('Style preset is saved', false, 'success', 4000);
}
function styleDownload() {