fix(fs.shared): Linter warnings
This commit is contained in:
parent
893099e283
commit
490f48f726
4 changed files with 14 additions and 11 deletions
|
@ -21,7 +21,7 @@ const defaultGist = (pattern, language='en') => ({
|
|||
|
||||
const hasRequiredMeasurements = (pattern, gist) => {
|
||||
for (const m of pattern.config.measurements) {
|
||||
console.log(m)
|
||||
//console.log(m)
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -75,6 +75,8 @@ const WorkbenchWrapper = ({ app, pattern }) => {
|
|||
updateGist={updateGist}
|
||||
/>
|
||||
)}
|
||||
<pre>{JSON.stringify(mode, null, 2)}</pre>
|
||||
<pre>{JSON.stringify(gist, null, 2)}</pre>
|
||||
</Layout>
|
||||
)
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue