summaryrefslogtreecommitdiff
path: root/modules/cvs.module
diff options
context:
space:
mode:
Diffstat (limited to 'modules/cvs.module')
-rw-r--r--modules/cvs.module3
1 files changed, 0 insertions, 3 deletions
diff --git a/modules/cvs.module b/modules/cvs.module
index 1202047a6..7eefac3de 100644
--- a/modules/cvs.module
+++ b/modules/cvs.module
@@ -2,9 +2,6 @@
function cvs_cron() {
if (time() - variable_get("cvs_cron_last", 0) > variable_get("cvs_cron_time", time())) {
-
- print "cvs cron ran";
-
variable_set("cvs_cron_last", time());
$result = db_query("SELECT * FROM cvs WHERE status = '0' ORDER BY timestamp DESC LIMIT 50");