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
0cbbb629
Commit
0cbbb629
authored
Oct 13, 2016
by
Oleg Dzhimiev
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
removed debug printing
parent
ff51fd71
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
5 deletions
+1
-5
camogm_interface.php
src/camogmgui/camogm_interface.php
+1
-5
No files found.
src/camogmgui/camogm_interface.php
View file @
0cbbb629
...
@@ -710,8 +710,7 @@ function get_raw_dev()
...
@@ -710,8 +710,7 @@ function get_raw_dev()
// filter out partitions with file system
// filter out partitions with file system
$i
=
0
;
$i
=
0
;
$raw_devices
=
array
();
$raw_devices
=
array
();
print_r
(
$names
);
print_r
(
$devices
);
foreach
(
$names
as
$name
=>
$size
)
{
foreach
(
$names
as
$name
=>
$size
)
{
$found
=
false
;
$found
=
false
;
foreach
(
$devices
as
$device
)
{
foreach
(
$devices
as
$device
)
{
...
@@ -733,9 +732,6 @@ function get_raw_dev()
...
@@ -733,9 +732,6 @@ function get_raw_dev()
}
}
}
}
}
}
print_r
(
$raw_devices
);
return
$raw_devices
;
return
$raw_devices
;
}
}
...
...
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