Skip to content

Commit 02fca1e

Browse files
author
Tim Berners-Lee
committed
remove commented line
1 parent ea0cb83 commit 02fca1e

3 files changed

Lines changed: 60 additions & 14 deletions

File tree

package-lock.json

Lines changed: 58 additions & 11 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
},
5454
"homepage": "https://github.com/solid/solid-ui",
5555
"dependencies": {
56-
"@babel/runtime": "^7.12.5",
56+
"@babel/runtime": "^7.14.0",
5757
"contacts-pane": "^2.4.7",
5858
"crypto-browserify": "^3.12.0",
5959
"escape-html": "^1.0.3",
@@ -87,6 +87,7 @@
8787
"@types/node": "^14.14.22",
8888
"@typescript-eslint/eslint-plugin": "^4.14.1",
8989
"@typescript-eslint/parser": "^4.14.1",
90+
"autoprefixer": "^10.2.6",
9091
"babel-loader": "^8.2.2",
9192
"eslint": "^7.18.0",
9293
"eslint-plugin-jest": "^24.1.3",

src/index.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@ If you would like to know more about the solid Solid project, please see
2525
https://github.com/solid/solid
2626
*/
2727
'use strict'
28-
/* eslint-disable no-console */
2928
/**
3029
* Provides a Solid client helper object (which exposes various static modules).
3130
* @module solidUi.js
@@ -108,7 +107,6 @@ if (typeof window !== 'undefined') {
108107
initHeader
109108
} // Simpler access by non-node scripts
110109
}
111-
console.log('widgets imported to UI:', widgets)
112110

113111
export {
114112
ns,

0 commit comments

Comments
 (0)