HTML/Less/SourceMap/Generator.php
authoredward <edward@roojs.com>
Tue, 5 Dec 2017 11:40:24 +0000 (19:40 +0800)
committeredward <edward@roojs.com>
Tue, 5 Dec 2017 11:40:24 +0000 (19:40 +0800)
HTML/Less/SourceMap/Generator.php

index 6130149..93016f0 100644 (file)
@@ -103,7 +103,7 @@ class HTML_Less_SourceMap_Generator extends HTML_Less_Configurable {
     public function generateCSS() {\r
         \r
         require_once 'HTML/Less/Output/Mapped.php';\r
-        print_r($this->contentsMap);exit;\r
+        \r
         $output = new HTML_Less_Output_Mapped($this->contentsMap, $this);\r
 \r
         // catch the output\r