*** empty log message ***
diff --git a/includes/app.php b/includes/app.php
index f37b96e..404b758 100644
--- a/includes/app.php
+++ b/includes/app.php
@@ -33,6 +33,10 @@
sortProjects($projects, 'name');
$number_projects = count($projects);
+ if($_GET['test'] == 'true'){
+ print_r($projects);
+
+ }
}
$progress = getWantedCount();
diff --git a/projects.php b/projects.php
index fee2309..67c6691 100644
--- a/projects.php
+++ b/projects.php
@@ -27,7 +27,6 @@
<?php include_once('includes/nav.php');?>
<div id="window">
<?php include_once('includes/sidebar-1.php');?>
- <div style="display:none;"><?php print_r($projects);?></div>
<div id="main">
<table class="projects ">
<thead>