Remove superflous comment
authorJoey Schulze <joey@infodrom.org>
Sat, 21 Dec 2013 20:28:02 +0000 (21:28 +0100)
committerJoey Schulze <joey@infodrom.org>
Sat, 21 Dec 2013 20:28:02 +0000 (21:28 +0100)
lib/mask.php

index c906566..8c75ee1 100644 (file)
@@ -114,7 +114,6 @@ function build_form($name, $mask)
 
   $jscode[] = 'Rico.onLoad( function() {';
   $jscode[] = "  form_init();";
-  $jscode[] = "// ups?";
   if (isset($js_file))
     $jscode[] = $js_file;
   $jscode[] = '});';