Merge pull request #164 from Conor-Mack/feature/dialog

Removing console log
This commit is contained in:
Conor_Mack 2020-03-23 14:05:19 +00:00 committed by GitHub
commit f9b55eb97d
1 changed files with 0 additions and 1 deletions

View File

@ -42,7 +42,6 @@
$: renderLeadingIcon = !!icon && !trailingIcon
$: renderTrailingIcon = !!icon && trailingIcon
$: console.log(blockClasses)
</script>
{#if href}