Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
E
elphel-apps-camogm
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
Elphel
elphel-apps-camogm
Commits
5f9388cc
Commit
5f9388cc
authored
Nov 02, 2016
by
Mikhail Karpenko
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove debug string from JavaScript
parent
55b30cb5
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
1 deletion
+0
-1
camogmgui.js
src/camogmgui/camogmgui.js
+0
-1
No files found.
src/camogmgui/camogmgui.js
View file @
5f9388cc
...
...
@@ -436,7 +436,6 @@ function process_recording(xmldoc) {
free_sz
=
buffers_free
[
i
].
firstChild
.
data
;
used_sz
=
buffers_used
[
i
].
firstChild
.
data
;
buffer_size
=
parseInt
(
free_sz
,
10
)
+
parseInt
(
used_sz
,
10
);
console
.
log
(
'buffer_size: '
+
buffer_size
+
' free_size: '
+
free_sz
+
' used_size:'
+
used_sz
);
id
=
"buffer_free_"
+
i
.
toString
();
width
=
Math
.
round
(
free_sz
/
buffer_size
*
max_bar_len
);
document
.
getElementById
(
id
).
style
.
width
=
width
;
...
...
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