Skip to content

Commit

Permalink
removed unnecessary logging
Browse files Browse the repository at this point in the history
  • Loading branch information
AntonLydike committed Feb 4, 2019
1 parent 780c53b commit 5ca529f
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions system/generator.php
Original file line number Diff line number Diff line change
Expand Up @@ -96,8 +96,6 @@ function create_for_path($target_path, $cfg) {

$rendered_pages = [];

var_dump($files);

// create path to files:
mkdir(in_project_root($target_path), 0777, true);

Expand Down Expand Up @@ -235,7 +233,6 @@ function link_from_source($name, $absolute = false) {
}

function scanndir_recursive($dir, $recursive = true) {
var_dump($recursive);
$result = [];
foreach(scandir($dir) as $filename) {
if ($filename[0] === '.') continue;
Expand Down

0 comments on commit 5ca529f

Please sign in to comment.