Skip to content

Commit 0ab907d

Browse files
committed
Removed some debugging
1 parent da1bbe6 commit 0ab907d

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/SlackResponse.php

-2
Original file line numberDiff line numberDiff line change
@@ -101,11 +101,9 @@ public function respond() {
101101
if(!$this->isDelayed) {
102102
header('Content-Type: application/json; charset=utf-8');
103103
echo $response;
104-
file_put_contents('raw_response.text', $response);
105104
} else {
106105
//echo $response;
107106
$test = $this->sendDelayedResponse($response);
108-
file_put_contents('raw_response.text', $response);
109107
}
110108
}
111109

0 commit comments

Comments
 (0)