mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2026-09-09 03:19:13 +00:00
Less logging
This commit is contained in:
@@ -84,7 +84,6 @@ function Server(options) {
|
||||
});
|
||||
// Load route handlers
|
||||
$tw.modules.forEachModuleOfType("route", function(title,routeDefinition) {
|
||||
// console.log("Loading server route " + title);
|
||||
self.addRoute(routeDefinition);
|
||||
});
|
||||
// Initialise the http vs https
|
||||
|
||||
Reference in New Issue
Block a user