Skip to content

Commit fd716a5

Browse files
committed
🧼 Clean up some unused code in keyframeEasings UI
1 parent e518b9b commit fd716a5

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/components/keyframeEasings.svelte

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
import { translate } from '../util/translation'
55
import { events } from '../util/events'
66
import { getEasingArgDefault, hasArgs } from '../util/easing'
7-
import NumberSlider from './dialogItems/numberSlider.svelte'
87
import { Valuable } from '../util/stores'
98
109
const ICONS = Object.fromEntries(
@@ -18,7 +17,6 @@
1817
out: ICONS['out'],
1918
inout: ICONS['inout'],
2019
}
21-
console.log(ICONS, EASING_MODE_ICONS)
2220
</script>
2321

2422
<script lang="ts">

0 commit comments

Comments
 (0)