From b4a27d4a6dd292151d1731d1d0ee25e8b0051e2d Mon Sep 17 00:00:00 2001 From: xdrm-brackets Date: Thu, 23 Feb 2017 17:15:34 +0100 Subject: [PATCH] [endfix] --- lib/mfrc522/source/loop.php | 4 ---- 1 file changed, 4 deletions(-) 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());