diff --git a/static/index.html b/static/index.html
index b0a2d9a..c9c8b0e 100644
--- a/static/index.html
+++ b/static/index.html
@@ -3108,10 +3108,6 @@
const asset = await api(`/api/assets/search?machine_id=${encodeURIComponent(machineId)}`);
// Asset exists — show result in-place with scan new button
showToast(`${esc(asset.name)} — found!`, false);
- // Auto-checkin if GPS available (background, non-blocking)
- if (AppState.gpsLat != null) {
- doAutoCheckin(asset.id);
- }
showScannedAsset(asset);
} catch (e) {
if (e.message === 'Asset not found' || e.message.includes('404')) {