Commit 0cbbb629 authored by Oleg Dzhimiev's avatar Oleg Dzhimiev

removed debug printing

parent ff51fd71
......@@ -710,8 +710,7 @@ function get_raw_dev()
// filter out partitions with file system
$i = 0;
$raw_devices = array();
print_r($names);
print_r($devices);
foreach ($names as $name => $size) {
$found = false;
foreach ($devices as $device) {
......@@ -733,9 +732,6 @@ function get_raw_dev()
}
}
}
print_r($raw_devices);
return $raw_devices;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment