Lint fixes

This commit is contained in:
Knut Sveidqvist
2020-06-06 12:53:19 +02:00
parent 85a8feec9d
commit db3377e170
5 changed files with 61 additions and 46 deletions

View File

@@ -272,9 +272,9 @@ export const draw = function(text, id) {
// Parse the graph definition
// try {
parser.parse(text);
parser.parse(text);
// } catch (err) {
// logger.debug('Parsing failed');
// logger.debug('Parsing failed');
// }
// Fetch the default direction, use TD if none was found