diff --git a/plugins/contexts/node.inc b/plugins/contexts/node.inc
index dffe8c2..997cd13 100644
--- a/plugins/contexts/node.inc
+++ b/plugins/contexts/node.inc
@@ -36,7 +36,6 @@ $plugin = array(
  * are not always created from the UI.
  */
 function ctools_context_create_node($empty, $data = NULL, $conf = FALSE) {
-  dsm(debug_backtrace());
   $context = new ctools_context('node');
   $context->plugin = 'node';
 
