don't try to use experimental user code

This commit is contained in:
ansuz
2016-09-20 16:22:00 +02:00
parent 259896a373
commit fa8199bc75

View File

@@ -497,6 +497,9 @@ define([
Store.ready(function (err, store) {
common.store = env.store = store;
cb();
return;
/*
authorize(function (err, proxy) {
/*
TODO
@@ -536,7 +539,7 @@ define([
userStore = env.userStore = User.prepareStore(proxy);
cb();
});
}); */
});
};