Skip to content
Snippets Groups Projects
Commit fed56153 authored by Gyula Pataki's avatar Gyula Pataki
Browse files

removed debug code

parent dcc18664
Branches
Tags
No related merge requests found
......@@ -24,8 +24,6 @@
this.settings = $.extend({}, this.defaults, options);
this.currentStep = 0;
$(this.settings.content).html('asdf');
var stepTo = function (step) {
var stepData = self.settings.steps[step];
var content = $(self.settings.content);
......@@ -34,7 +32,6 @@
if (typeof(stepData.dataset) == "function") {
stepData.dataset = stepData.dataset();
}
console.log(stepData.dataset);
ajaxCall({
postJSON: true,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment