fix some useless console.log

This commit is contained in:
JFH
2021-05-15 16:20:13 +02:00
parent d73e5cad5b
commit 9a68ba6358
13 changed files with 6 additions and 73 deletions

View File

@@ -318,8 +318,7 @@ export const pathActionsMethod = (function () {
}
return element;
};
// console.log(pathActionsContext_);
// const convertPath = pathActionsContext_.getConvertPath();
return (/** @lends module:path.pathActions */ {
/**
* @param {MouseEvent} evt
@@ -464,7 +463,6 @@ export const pathActionsMethod = (function () {
editorContext_.getMouseTarget(evt)
)) {
// Clicked outside canvas, so don't make point
// console.log('Clicked outside canvas');
return false;
}