Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Projets publics
Ravada-Mirror
Commits
797bbec4
Commit
797bbec4
authored
May 14, 2019
by
Francesc Guasch
Browse files
refactor(backend): removed debug
parent
a7d78695
Changes
1
Hide whitespace changes
Inline
Side-by-side
lib/Ravada/VM.pm
View file @
797bbec4
...
...
@@ -706,7 +706,6 @@ sub _data($self, $field, $value=undef) {
sub
_timed_data_cache
($self) {
return
if
!
$self
->
{
$FIELD_TIMEOUT
}
||
time
-
$self
->
{
$FIELD_TIMEOUT
}
<
$CACHE_TIMEOUT
;
warn
"
$$ deleting cache node
"
.
localtime
(
time
);
my
$name
=
$self
->
{
_data
}
->
{
name
};
my
$id
=
$self
->
{
_data
}
->
{
id
};
delete
$self
->
{
_data
};
...
...
Write
Preview
Supports
Markdown
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