Remove error_logs

pull/2487/head
jmontoyaa 10 years ago
parent 3562387a4d
commit 4be7777cb4
  1. 3
      main/exercise/oral_expression.class.php

@ -101,11 +101,8 @@ class OralExpression extends Question
$this->exerciseId = intval($exerciseId);
}
$this->storePath = $this->generateDirectory();
error_log('storepath:'.$this->storePath);
$this->fileName = $this->generateFileName();
error_log('fileName:'.$this->fileName);
$this->filePath = $this->storePath . $this->fileName;
error_log('filePath:'.$this->filePath);
}
/**

Loading…
Cancel
Save