mirror of
https://github.com/overleaf/overleaf.git
synced 2025-01-23 09:41:39 +00:00
Remove debugging log lines
This commit is contained in:
parent
fde334acc4
commit
149351aa49
1 changed files with 0 additions and 2 deletions
|
@ -61,7 +61,6 @@ class MultiClient
|
|||
jobs = @clients.map (client) ->
|
||||
(cb) ->
|
||||
client.rclient.exec (error, result) ->
|
||||
console.log "EXEC [#{client.driver}]"
|
||||
if client.driver == "ioredis"
|
||||
# ioredis returns an results like:
|
||||
# [ [null, 42], [null, "foo"] ]
|
||||
|
@ -127,7 +126,6 @@ for command, key_pos of COMMANDS
|
|||
|
||||
MultiClient.prototype[command] = (args...) ->
|
||||
for client in @clients
|
||||
console.log "COMMAND [#{client.driver}]", command, args
|
||||
key_builder = args[key_pos]
|
||||
key = key_builder(client.key_schema)
|
||||
args_with_key = args.slice(0)
|
||||
|
|
Loading…
Reference in a new issue