Menu

Diff of /trunk/python/python-interface.php [r26] .. [r27]  Maximize  Restore

Switch to side-by-side view

--- a/trunk/python/python-interface.php
+++ b/trunk/python/python-interface.php
@@ -19,8 +19,6 @@
 }
 
 function python_assign($names,$values) {
-	var_dump($names);
-	var_dump($values);
 	global ${$names};
 	${$names} = $values;
 }
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.