From: JKingsnorth Date: Wed, 17 Aug 2016 13:02:06 +0000 (+0100) Subject: Remove rogue console.log X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=fd46b96f19f8e4d657ce7d4ecf27b22f32d09e6f;p=civicrm-core.git Remove rogue console.log --- diff --git a/templates/CRM/Contact/Form/Merge.tpl b/templates/CRM/Contact/Form/Merge.tpl index 2d5c309f2d..c43ff4a0d2 100644 --- a/templates/CRM/Contact/Form/Merge.tpl +++ b/templates/CRM/Contact/Form/Merge.tpl @@ -285,7 +285,6 @@ var label = ''; // Check if the main location is primary - console.log(mainBlock); if (mainBlock['is_primary'] == "1") { label += 'Primary '; }