Skip to content
This repository has been archived by the owner on Jun 14, 2020. It is now read-only.

Commit

Permalink
Remove console logs... woops.
Browse files Browse the repository at this point in the history
  • Loading branch information
Craga89 committed Apr 17, 2013
1 parent 3e667f3 commit 8152102
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/core/options.js
Expand Up @@ -38,7 +38,6 @@ function sanitizeOptions(opts) {
)
.then(function(content) {
if(once) { api.set('content.text', content); }
console.log(once, api.get('content.text') );
return content;
},
function(xhr, status, error) {
Expand Down Expand Up @@ -260,13 +259,9 @@ PROTOTYPE.set = function(option, value) {
option[notation] = [obj[0], obj[1], value, previous];
});

console.log(options.content.text, option);

// Re-sanitize options
sanitizeOptions(options);

console.log(options.content.text, option);

/*
* Execute any valid callbacks for the set options
* Also set positioning flag so we don't get loads of redundant repositioning calls.
Expand Down

0 comments on commit 8152102

Please sign in to comment.