1
0
mirror of https://github.com/pattern-lab/patternlab-php.git synced 2025-01-16 21:58:19 +01:00

taking out a debug statement

This commit is contained in:
Dave Olsen 2014-06-03 15:58:48 -04:00
parent 40509206a6
commit c51058f5e7

View File

@ -116,10 +116,6 @@ class Data {
self::$store["link"] = array();
self::$store["patternSpecific"] = array();
unset(self::$store["listItems"]);
print_r(self::$store);
exit;
}
/**