fixed unnecessary logging and tests

This commit is contained in:
Klemek
2019-07-17 11:19:46 +02:00
parent 1bfdde5346
commit 0604b9bfe7
6 changed files with 35 additions and 51 deletions
-2
View File
@@ -376,8 +376,6 @@ module.exports = (options) => {
const angle = Math.atan2(dst.y - src.y, (dst.x - src.x) * options['h-spacing']) * 180 / Math.PI;
console.log(angle);
const groups = [];
const scale = (link['scale'] || options['links']['scale']) * DEFAULT_SCALE;