summaryrefslogtreecommitdiff
path: root/src/layout.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/layout.c')
-rw-r--r--src/layout.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/layout.c b/src/layout.c
index 1f90951..c660c82 100644
--- a/src/layout.c
+++ b/src/layout.c
@@ -10,7 +10,6 @@
#include <assert.h>
#include <stdlib.h>
-#include <stdio.h>
#include "layout.h"
#include "dom/watcher.h"
@@ -48,8 +47,6 @@ nslayout_error nslayout_layout_create(
assert(media != NULL);
assert(cb != NULL);
- printf("Called layout_create\n");
-
l = calloc(1, sizeof(nslayout_layout));
if (l == NULL) {
return NSLAYOUT_NO_MEM;