mirror of
https://github.com/overleaf/overleaf.git
synced 2025-04-26 11:02:07 +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) ->
|
jobs = @clients.map (client) ->
|
||||||
(cb) ->
|
(cb) ->
|
||||||
client.rclient.exec (error, result) ->
|
client.rclient.exec (error, result) ->
|
||||||
console.log "EXEC [#{client.driver}]"
|
|
||||||
if client.driver == "ioredis"
|
if client.driver == "ioredis"
|
||||||
# ioredis returns an results like:
|
# ioredis returns an results like:
|
||||||
# [ [null, 42], [null, "foo"] ]
|
# [ [null, 42], [null, "foo"] ]
|
||||||
|
@ -127,7 +126,6 @@ for command, key_pos of COMMANDS
|
||||||
|
|
||||||
MultiClient.prototype[command] = (args...) ->
|
MultiClient.prototype[command] = (args...) ->
|
||||||
for client in @clients
|
for client in @clients
|
||||||
console.log "COMMAND [#{client.driver}]", command, args
|
|
||||||
key_builder = args[key_pos]
|
key_builder = args[key_pos]
|
||||||
key = key_builder(client.key_schema)
|
key = key_builder(client.key_schema)
|
||||||
args_with_key = args.slice(0)
|
args_with_key = args.slice(0)
|
||||||
|
|
Loading…
Add table
Reference in a new issue