Skip to content

Commit 9289eb6

Browse files
remove console.log
1 parent 74f7284 commit 9289eb6

2 files changed

Lines changed: 0 additions & 3 deletions

File tree

snap/blocks.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2282,7 +2282,6 @@ export class GlowView {
22822282
let el
22832283
const w = this.width
22842284
const h = this.height - 1
2285-
console.log("info", c)
22862285
if (c.isScript && c.blocks.length === 1) {
22872286
c = c.blocks[0]
22882287
}

syntax/syntax.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -618,7 +618,6 @@ function parseLines(code, languages) {
618618
let icons = []
619619
label = new Label("")
620620
let modifiers = []
621-
console.log(tok)
622621
if (iconShortcuts.hasOwnProperty(tok)) {
623622
while (iconShortcuts.hasOwnProperty(tok)) {
624623
raw = iconShortcuts[tok]
@@ -672,7 +671,6 @@ function parseLines(code, languages) {
672671
}
673672

674673
for (let iconName of icons) {
675-
console.log(iconName)
676674
if (
677675
Object.prototype.hasOwnProperty.call(Icon.icons, iconName) ||
678676
Object.prototype.hasOwnProperty.call(Icon.iconAliases, iconName)

0 commit comments

Comments
 (0)