Timothy Jaeryang Baek 1 주 전
부모
커밋
234aa69753
1개의 변경된 파일0개의 추가작업 그리고 1개의 파일을 삭제
  1. 0 1
      src/lib/components/chat/ChatControls/Embeds.svelte

+ 0 - 1
src/lib/components/chat/ChatControls/Embeds.svelte

@@ -21,7 +21,6 @@
 			<button
 			<button
 				class="self-center pointer-events-auto p-1 rounded-full bg-white dark:bg-gray-850"
 				class="self-center pointer-events-auto p-1 rounded-full bg-white dark:bg-gray-850"
 				on:click={() => {
 				on:click={() => {
-					console.log('hi');
 					showControls.set(false);
 					showControls.set(false);
 					showEmbeds.set(false);
 					showEmbeds.set(false);
 					embed.set(null);
 					embed.set(null);