comparison cinst/main.c @ 501:f925ddfe6301

Remove leftover debug output
author Andre Heinecke <aheinecke@intevation.de>
date Mon, 28 Apr 2014 09:13:13 +0000
parents 17e1c8f37d72
children f595fcbe3e76
comparison
equal deleted inserted replaced
500:4f972b1f4996 501:f925ddfe6301
323 #endif 323 #endif
324 ret = write_stores_nss (to_install, to_remove); 324 ret = write_stores_nss (to_install, to_remove);
325 if (ret != 0) 325 if (ret != 0)
326 { 326 {
327 ERRORPRINTF ("Failed to write nss stores"); 327 ERRORPRINTF ("Failed to write nss stores");
328 DEBUGPRINTF ("Hello World");
329 } 328 }
330 329
331 /* Make valgrind happy */ 330 /* Make valgrind happy */
332 strv_free (to_install); 331 strv_free (to_install);
333 strv_free (to_remove); 332 strv_free (to_remove);

http://wald.intevation.org/projects/trustbridge/