#918 Removed som logging

This commit is contained in:
knsv
2019-09-01 00:45:24 -07:00
parent 699bd61045
commit 5610185050
2 changed files with 3 additions and 4 deletions

View File

@@ -38,7 +38,6 @@ const sanitize = text => {
* @param classes
*/
export const addVertex = function (_id, text, type, style, classes) {
console.log('called with',_id);
let txt
let id = _id
if (typeof id === 'undefined') {