Commit 53e7dcba authored by Sven Franck's avatar Sven Franck

removed consoles

parent 9b71276e
...@@ -5084,10 +5084,7 @@ ...@@ -5084,10 +5084,7 @@
// in case action is triggerted that needs retrival from a reference // in case action is triggerted that needs retrival from a reference
data._reference = obj.state.reference; data._reference = obj.state.reference;
} }
console.log("DONE")
console.log(method)
console.log(data)
console.log(config)
return RSVP.resolve( return RSVP.resolve(
app.storage_dict.items[method || "post"](data, config) app.storage_dict.items[method || "post"](data, config)
); );
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment