]> gitweb.factorcode.org Git - factor.git/commitdiff
remove printf
authorDoug Coleman <doug.coleman@gmail.com>
Wed, 23 Apr 2008 00:44:25 +0000 (19:44 -0500)
committerDoug Coleman <doug.coleman@gmail.com>
Wed, 23 Apr 2008 00:44:25 +0000 (19:44 -0500)
extra/db/sqlite/sqlite.factor

index 9ec8892addd1a7edf03bd6c56a5f385dada562cc..2407613eca9d710d1d113ae8d5ff1dd452e4f7a3 100755 (executable)
@@ -124,7 +124,7 @@ M: sqlite-db create-sql-statement ( class -- statement )
             dup type>> lookup-create-type 0%
             modifiers 0%
         ] interleave ");" 0%
-    ] query-make dup sql>> . ;
+    ] query-make ;
 
 M: sqlite-db drop-sql-statement ( class -- statement )
     [ "drop table " 0% 0% ";" 0% drop ] query-make ;