From bb741c39f42f3c592c50c4494760c16aeb00a664 Mon Sep 17 00:00:00 2001 From: Denis Flaven Date: Thu, 30 Oct 2014 08:54:48 +0000 Subject: [PATCH] #1011 Proper resizing of the dialog box for managing 1:n links - removed a trace. SVN:trunk[3390] --- js/linksdirectwidget.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/js/linksdirectwidget.js b/js/linksdirectwidget.js index c4dd3ee25..080473e43 100644 --- a/js/linksdirectwidget.js +++ b/js/linksdirectwidget.js @@ -435,8 +435,6 @@ $(function() var dlgHeight = this.oDlg.height(); $('.wizContainer', this.oDlg).height(dlgHeight - 20); $('#SearchResultsToAdd_'+this.id).height(dlgHeight - 50 - searchHeight); - -console.log('Dlg Height:'+dlgHeight+', Search height: '+searchHeight+', Remaining Height'+(dlgHeight - 50 - searchHeight)); }, _deleteRow: function(oCheckbox) {