Remove console messages

This commit is contained in:
root
2020-09-19 00:52:45 -04:00
parent 571b8bbd88
commit 1461d535d4
5 changed files with 4 additions and 6 deletions

View File

@@ -192,7 +192,6 @@ export const bounds = {
return this.verticalPos;
},
getBounds: function() {
console.log('here', this.data);
return { bounds: this.data, models: this.models };
}
};
@@ -503,7 +502,6 @@ function adjustLoopHeightForWrap(loopWidths, msg, preMargin, postMargin, addLoop
*/
export const draw = function(text, id) {
conf = configApi.getConfig().sequence;
console.log('there ', conf);
parser.yy.clear();
parser.yy.setWrap(conf.wrap);
parser.parse(text + '\n');