Skip to content
Snippets Groups Projects
Commit f4021465 authored by Miguel Angel Reina Ortega's avatar Miguel Angel Reina Ortega
Browse files

f_checkCseTesterStatus - removing debugging log message


Signed-off-by: Miguel Angel Reina Ortega's avatarreinaortega <miguelangel.reinaortega@etsi.org>
parent 06d32d1c
No related branches found
No related tags found
1 merge request!25Ae fixes
......@@ -7,7 +7,7 @@
*
* @author oneM2M
* @version $URL: https://forge.etsi.org/svn/oneM2M/trunk/ttcn/LibOneM2M/OneM2M_Functions.ttcn $
* $Id: OneM2M_Functions.ttcn 289 2017-05-19 08:44:48Z reinaortega $
* $Id: OneM2M_Functions.ttcn 292 2017-05-23 04:52:23Z reinaortega $
* @desc Module containing functions for oneM2M
*
*/
......@@ -1532,7 +1532,6 @@ module OneM2M_Functions {
*/
function f_checkCseTesterStatus() runs on CseTester {
log(getverdict());
if (getverdict != pass) {
f_cse_postamble_deleteResources();
// Tear down
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment