From 9cde773f82595bfbb7c2495206f071e653038d42 Mon Sep 17 00:00:00 2001 From: "vincent@cubedesigners.com" Date: Thu, 6 Jan 2011 15:25:32 +0000 Subject: [PATCH] --- inc/ws/Controlleur/class.ws.flash.php | 1 - 1 file changed, 1 deletion(-) diff --git a/inc/ws/Controlleur/class.ws.flash.php b/inc/ws/Controlleur/class.ws.flash.php index eb3a3d35a..cdcb04590 100644 --- a/inc/ws/Controlleur/class.ws.flash.php +++ b/inc/ws/Controlleur/class.ws.flash.php @@ -52,7 +52,6 @@ class wsFlash extends cubeFlashGateway { $li->creationDate = $this->args['creationDate']; $li->modificationDate = $this->args['modificationDate']; $data['localInfos'] = $li; - file_put_contents(CACHE . '/debug.txt', print_r($this->args, true)); $data['conversionInfos'] = new wsDocumentConversionInfos($this->args['resolution'], $this->args['method'], $this->args['quality'], $this->args['objects']); $document = $dao->sauve($data); $document->copyOriginal($infos['tmp_name']); -- 2.39.5