aboutsummaryrefslogtreecommitdiff
path: root/w/class/modelart.php
diff options
context:
space:
mode:
Diffstat (limited to 'w/class/modelart.php')
-rw-r--r--w/class/modelart.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/w/class/modelart.php b/w/class/modelart.php
index 39ef50f..37262ad 100644
--- a/w/class/modelart.php
+++ b/w/class/modelart.php
@@ -30,7 +30,6 @@ class Modelart extends Modeldb
{
$artdata = new \JamesMoss\Flywheel\Document($art->dry());
- var_dump($artdata);
$artdata->setId($art->id());
$this->artstore->store($artdata);
}