mirror of
				https://github.com/ZetaKebab/quartz.git
				synced 2025-11-04 06:49:49 +00:00 
			
		
		
		
	fix: remove console log (#159)
This commit is contained in:
		@@ -33,6 +33,5 @@ const addCopyButtons = () => {
 | 
			
		||||
        // find chroma inside els[i]
 | 
			
		||||
        let chroma = els[i].getElementsByClassName("chroma")[0];
 | 
			
		||||
        els[i].insertBefore(button, chroma);
 | 
			
		||||
        console.log(els[i].lastChild)
 | 
			
		||||
    }
 | 
			
		||||
}
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user