Skip to content

Commit 97c9f23

Browse files
committed
chore: nit picks
1 parent fd9211e commit 97c9f23

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

.circleci/config.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,6 @@ commands:
9797
- run:
9898
when: always
9999
name: Publish review site
100-
timeout: 15m
101100
command: |
102101
cp projects/documentation/content/favicon.ico test/visual
103102
branch=$(git symbolic-ref --short HEAD)

packages/button/stories/index.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,6 @@ export const makeOverBackground =
9595
variant === 'black'
9696
? 'rgb(181, 209, 211)'
9797
: 'var(--spectrum-seafoam-900)';
98-
console.log(variant);
9998
return html`
10099
<div
101100
style="

0 commit comments

Comments
 (0)