diff --git a/admin-dashboard.html b/admin-dashboard.html
index 473cef8..2fd7c61 100644
--- a/admin-dashboard.html
+++ b/admin-dashboard.html
@@ -1757,9 +1757,6 @@ function updateBannerPreview() {
const imageHeight = parseInt(document.getElementById('bannerImageHeight')?.value || '200');
const imagePosition = 'right'; // Always right-aligned
- // Log the current position for debugging
- console.log('Image position:', imagePosition);
-
// Create image container fixed on the right side
const maxWidth = '30%';
const maxHeight = '300px';