L light is continuously on

It's simple enough to turn it off. Put the following code in setup().

  pinMode(13, OUTPUT);  
  digitalWrite (13, LOW);