mirror of
https://github.com/overleaf/overleaf.git
synced 2024-12-30 20:32:02 +00:00
Remove commented-out code
This commit is contained in:
parent
fa7ee739bb
commit
118511ae4a
1 changed files with 0 additions and 1 deletions
|
@ -25,7 +25,6 @@ TrackChangesLogger.addSerializers {
|
||||||
Path = require "path"
|
Path = require "path"
|
||||||
Metrics = require "metrics-sharelatex"
|
Metrics = require "metrics-sharelatex"
|
||||||
Metrics.initialize("track-changes")
|
Metrics.initialize("track-changes")
|
||||||
# Metrics.mongodb.monitor(Path.resolve(__dirname + "/node_modules/mongojs/node_modules/mongodb"), logger)
|
|
||||||
Metrics.memory.monitor(logger)
|
Metrics.memory.monitor(logger)
|
||||||
|
|
||||||
child_process = require "child_process"
|
child_process = require "child_process"
|
||||||
|
|
Loading…
Reference in a new issue