diff --git a/lib/mfrc522/source/loop.php b/lib/mfrc522/source/loop.php index 149e0ef..a959eb2 100755 --- a/lib/mfrc522/source/loop.php +++ b/lib/mfrc522/source/loop.php @@ -195,7 +195,6 @@ $action = $actionlist[$toPerform]; - var_dump($action); /* [5] Process the action on the STATE =========================================================*/ /* (1) Update the state with the found action */ @@ -213,14 +212,11 @@ /* (2) Update the state file */ - var_dump('before : '.get_gstate()); - var_dump('towrite : '.$state); $written = @file_put_contents(STATE_CONF, $state); /* (3) Manage error */ if( $written === false ) slog('cannot update STATE file', 'mfrc522:loop'); - var_dump('after : '.get_gstate());