Commit 75414323bc90389a31f170cb3b1f151704bbb5db
1 parent
49ea93b2
Exists in
master
and in
99 other branches
Revert bad commit
Showing
1 changed file
with
0 additions
and
2 deletions
Show diff stats
php/classes/FilesMgr.php
... | ... | @@ -121,13 +121,11 @@ class FilesMgr extends AmdaObjectMgr |
121 | 121 | } |
122 | 122 | |
123 | 123 | public function getCdfSampling() { |
124 | -error_log('getCdfSampling - '.$this->fileName); | |
125 | 124 | exec('cdfsamplingfromdata '.$this->fileName, $results); |
126 | 125 | return $results; |
127 | 126 | } |
128 | 127 | |
129 | 128 | public function getCdfSamplings() { |
130 | -error_log('cdfsamplingsfromdata - '.$this->fileName); | |
131 | 129 | exec('cdfsamplingsfromdata '.$this->fileName, $results); |
132 | 130 | return $results; |
133 | 131 | } |
... | ... |