Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
open-source
MetaGer
Commits
0a6f5246
Commit
0a6f5246
authored
Dec 09, 2019
by
Dominik Hebeler
Browse files
removed unnecessary log
parent
0dde929e
Changes
1
Hide whitespace changes
Inline
Side-by-side
app/MetaGer.php
View file @
0a6f5246
...
...
@@ -804,7 +804,6 @@ class MetaGer
}
while
(
sizeof
(
$enginesToWaitFor
)
>
0
||
(
$forceTimeout
!==
null
&&
(
microtime
(
true
)
-
$timeStart
)
<
$forceTimeout
))
{
Log
::
info
(
sizeof
(
$enginesToWaitFor
)
.
" "
.
sizeof
(
$answered
)
.
" "
.
$enginesToWaitFor
[
0
]
->
hash
);
foreach
(
$enginesToWaitFor
as
$index
=>
$engine
)
{
if
(
Redis
::
get
(
$engine
->
hash
)
!==
null
)
{
$answered
[]
=
$engine
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment