Skip to content

Commit 64445f2

Browse files
author
Tom Bohacek
committed
Update Immobilienscout.php
removed debugging echo
1 parent ca119d5 commit 64445f2

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Immocaster/Immobilienscout/Immobilienscout.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -288,7 +288,6 @@ protected function getContentRequestHeaderArray($req,$sSecret=null,$aHeader)
288288
protected function createAttachmentBody($sMimeBoundary,$aArgs)
289289
{
290290
if($aArgs['type'] == 'Link') {
291-
echo 'Hallo Link';
292291
$sBreak = "\r\n";
293292
$sBody = '<?xml version="1.0" encoding="UTF-8" standalone="yes"?>'. $sBreak;
294293
$sBody .= '<common:attachment xsi:type="common:Link" xmlns:common="http://rest.immobilienscout24.de/schema/common/1.0" xmlns:ns3="http://rest.immobilienscout24.de/schema/platform/gis/1.0" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">'. $sBreak;

0 commit comments

Comments
 (0)