base_job: Removing some state file debug messages

With recent changes on base_job code:

 * Each time a state file is written, a debug message is printed
 * Each time the in-memory state is replaced by on-disk state,
   a debug message is printed

Since the above 2 operations happen *a lot* during a client
execution, we get an abnormally high number of messages
regarding those events, distracting the user from other
relevant events. So my proposal is to just get rid of those
debug messages.

Signed-off-by: Lucas Meneghel Rodrigues <lmr@redhat.com>


git-svn-id: http://test.kernel.org/svn/autotest/trunk@4209 592f7852-d20e-0410-864c-8624ca9c26a4
1 file changed