From 76173e6846f8f28485e3044720021bfa4bd810da Mon Sep 17 00:00:00 2001 From: Peli de Halleux Date: Mon, 24 Aug 2015 16:24:20 -0700 Subject: [PATCH] removing print header --- ast/help.ts | 1 - rt/cloud.ts | 1 - 2 files changed, 2 deletions(-) diff --git a/ast/help.ts b/ast/help.ts index 7e08ab9f..091c1f51 100644 --- a/ast/help.ts +++ b/ast/help.ts @@ -2355,7 +2355,6 @@ module TDev { + "" + Util.htmlEscape(title) + "" + "" + "" - + (Cloud.config.printHeaderHtml || ("
" + lf("TouchDevelop by Microsoft Research") + "
")) + text + ""); w.document.close(); diff --git a/rt/cloud.ts b/rt/cloud.ts index 17050c4e..f04f049f 100644 --- a/rt/cloud.ts +++ b/rt/cloud.ts @@ -208,7 +208,6 @@ module TDev.Cloud { theme?: ClientTheme; tutorialAvatarArtId?: string; - printHeaderHtml?: string; companyLogoHorizontalUrl?: string; touchDevelopLogoUrl?: string;