mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2025-02-03 12:49:09 +00:00
Less logging
This commit is contained in:
parent
b8c1c6c8de
commit
1eecfb6b3a
@ -84,7 +84,6 @@ function Server(options) {
|
|||||||
});
|
});
|
||||||
// Load route handlers
|
// Load route handlers
|
||||||
$tw.modules.forEachModuleOfType("route", function(title,routeDefinition) {
|
$tw.modules.forEachModuleOfType("route", function(title,routeDefinition) {
|
||||||
// console.log("Loading server route " + title);
|
|
||||||
self.addRoute(routeDefinition);
|
self.addRoute(routeDefinition);
|
||||||
});
|
});
|
||||||
// Initialise the http vs https
|
// Initialise the http vs https
|
||||||
|
@ -19,7 +19,6 @@ exports.before = ["story"];
|
|||||||
exports.synchronous = true;
|
exports.synchronous = true;
|
||||||
|
|
||||||
exports.startup = function() {
|
exports.startup = function() {
|
||||||
console.log(`Initialising MWS`)
|
|
||||||
var path = require("path");
|
var path = require("path");
|
||||||
// Install the sqlite3 global namespace
|
// Install the sqlite3 global namespace
|
||||||
$tw.sqlite3 = {
|
$tw.sqlite3 = {
|
||||||
@ -46,7 +45,6 @@ console.log(`Successfully required better-sqlite3`)
|
|||||||
inboxPath: path.resolve($tw.boot.wikiPath,"store/inbox"),
|
inboxPath: path.resolve($tw.boot.wikiPath,"store/inbox"),
|
||||||
store: store
|
store: store
|
||||||
});
|
});
|
||||||
console.log(`Initialised sqlTiddlerStore`)
|
|
||||||
$tw.mws = {
|
$tw.mws = {
|
||||||
store: store,
|
store: store,
|
||||||
uploadManager: uploadManager
|
uploadManager: uploadManager
|
||||||
|
Loading…
Reference in New Issue
Block a user