Skip to content

Commit

Permalink
[#1251] Remove forgotten console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
vitorbaptista committed Feb 25, 2014
1 parent 98eb233 commit cb6678c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion ckan/public/base/javascript/modules/resource-view-embed.js
Expand Up @@ -46,7 +46,6 @@ this.ckan.module('resource-view-embed', function (jQuery, _) {

function _updateEmbedCode(url, widthInput, heightInput) {
return function () {
console.log('onBlur');
var width = widthInput.val(),
height = heightInput.val();

Expand Down

0 comments on commit cb6678c

Please sign in to comment.