Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
vidjil
vidjil
Commits
78b24fad
Commit
78b24fad
authored
Oct 29, 2015
by
HERBERT Ryan
Browse files
removed useless debug prints
parent
38154c8f
Changes
1
Show whitespace changes
Inline
Side-by-side
browser/js/database.js
View file @
78b24fad
...
...
@@ -634,11 +634,9 @@ Database.prototype = {
//TODO see if we can remove this hard coupling to classes
var
hm
=
$
(
'
#header_messages
'
);
console
.
log
(
"
hm:
"
+
hm
);
self
.
integrateMessages
(
hm
,
header_messages
);
var
lm
=
$
(
'
#login_messages
'
);
console
.
log
(
"
lm:
"
+
lm
);
self
.
integrateMessages
(
lm
,
login_messages
);
}
catch
(
err
)
{
...
...
@@ -682,7 +680,6 @@ Database.prototype = {
);
elem
.
append
(
message
);
}
console
.
log
(
'
fadeIn
'
);
elem
.
fadeIn
();
}
else
{
// No messages to display so hide message container
...
...
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