Skip to content

Commit

Permalink
without debug is better
Browse files Browse the repository at this point in the history
  • Loading branch information
potsky committed Feb 1, 2016
1 parent 8c77e2c commit d61e528
Showing 1 changed file with 0 additions and 12 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -302,18 +302,6 @@ public function fire()
ksort( $welcome_lemmas );
ksort( $already_lemmas );

file_put_contents( '/tmp/caca' , "=============== OLD LEMMA =================\n" );
file_put_contents( '/tmp/caca' , print_r( $old_lemmas , true ) , FILE_APPEND );
file_put_contents( '/tmp/caca' , "\n=============== NEW LEMMA =================\n" , FILE_APPEND );
file_put_contents( '/tmp/caca' , print_r( $new_lemmas , true ) , FILE_APPEND );
file_put_contents( '/tmp/caca' , "\n=============== OBSOLETE LEMMA =================\n" , FILE_APPEND );
file_put_contents( '/tmp/caca' , print_r( $obsolete_lemmas , true ) , FILE_APPEND );
file_put_contents( '/tmp/caca' , "\n=============== WELCOME LEMMA =================\n" , FILE_APPEND );
file_put_contents( '/tmp/caca' , print_r( $welcome_lemmas , true ) , FILE_APPEND );
file_put_contents( '/tmp/caca' , "\n=============== ALREADY LEMMA =================\n" , FILE_APPEND );
file_put_contents( '/tmp/caca' , print_r( $already_lemmas , true ) , FILE_APPEND );
file_put_contents( '/tmp/caca' , "\n=============== THEN... =================\n" , FILE_APPEND );

//////////////////////////
// Deal with new lemmas //
//////////////////////////
Expand Down

0 comments on commit d61e528

Please sign in to comment.