From 083fda272a2302e1252b603e79079b3d0dc34c9a Mon Sep 17 00:00:00 2001 From: Hillel Coren Date: Wed, 5 Mar 2014 22:30:47 +0200 Subject: [PATCH] bug fixes --- public/js/script.js | 1 - 1 file changed, 1 deletion(-) diff --git a/public/js/script.js b/public/js/script.js index aa7d485cdb..560f79fdbc 100644 --- a/public/js/script.js +++ b/public/js/script.js @@ -791,7 +791,6 @@ function wordWrapText(value, width) function getClientDisplayName(client) { - console.log(client); var contact = client.contacts[0]; if (client.name) { return client.name;