use correct store api calls in frame.js

also don't log unnecessarily
This commit is contained in:
ansuz
2016-08-03 11:02:34 +02:00
parent dcc9810a42
commit a094e3c02e
3 changed files with 7 additions and 6 deletions

View File

@@ -115,7 +115,6 @@ define([
Cryptpad.ready(function () {
console.log("ready");
Cryptpad.getRecentPads(function (err, recentPads) {
console.log(recentPads);
if (err) {
console.log("unable to get recent pads");
console.error(err);