From 2501e043a6edc4407148cef2b2351f69128d0d4d Mon Sep 17 00:00:00 2001 From: Alexander Yakovlev Date: Tue, 16 May 2017 13:58:31 +0700 Subject: [PATCH] removed stray echo --- bot.php | 1 - 1 file changed, 1 deletion(-) diff --git a/bot.php b/bot.php index eee43d5..105c55b 100644 --- a/bot.php +++ b/bot.php @@ -7,7 +7,6 @@ $lastrun = 0; if (file_exists('.lastrun')) { $lastrun = file_get_contents('.lastrun'); } -echo $lastrun; function get_text($url) { $curl = curl_init();