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

removed debug printing

parent ff51fd71
Loading
Loading
Loading
Loading
+1 −5
Original line number Diff line number Diff line
@@ -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;
}